Skip to content

Commit 6f91582

Browse files
committed
health
1 parent 128af05 commit 6f91582

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/storage/tests/unit/test_handlers_health.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ async def test_bad_health_status_if_s3_server_missing(
108108
# start the server again
109109
mocked_aws_server.start()
110110
# should be good again
111+
response = await client.get(f"{url}")
111112
app_status_check, error = assert_status(
112113
response, status.HTTP_200_OK, AppStatusCheck
113114
)

0 commit comments

Comments
 (0)