We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af8055c commit 354cd5bCopy full SHA for 354cd5b
1 file changed
tests/integration/lambda/test_app_running_as_lambda.py
@@ -80,6 +80,7 @@ def test_install_and_call_lambda_flask( # noqa: PLR0913
80
has_entries(statusCode=HTTPStatus.OK, body=is_json_that(has_key("processedSuggestions"))),
81
)
82
83
+ # assert logs from lambda container
84
messages = lambda_logs()
85
assert_that(messages, has_item(contains_string("checking nhs_number")))
86
0 commit comments