Skip to content

Commit 354cd5b

Browse files
docker clean up
1 parent af8055c commit 354cd5b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/integration/lambda/test_app_running_as_lambda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ def test_install_and_call_lambda_flask( # noqa: PLR0913
8080
has_entries(statusCode=HTTPStatus.OK, body=is_json_that(has_key("processedSuggestions"))),
8181
)
8282

83+
# assert logs from lambda container
8384
messages = lambda_logs()
8485
assert_that(messages, has_item(contains_string("checking nhs_number")))
8586

0 commit comments

Comments
 (0)