Skip to content

Commit

Permalink
await it
Browse files Browse the repository at this point in the history
  • Loading branch information
Starkteetje committed Oct 26, 2023
1 parent 6bc1318 commit 8d26efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connaisseur/flask_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ async def __validate_image(
# also changed its image reference, which would have been skipped (see
# below). if the replicas are now increased, the image reference would
# not be checked, which is not desired.
asyncio.sleep(30)
await asyncio.sleep(30)
if (
feature_flag_on(const.AUTOMATIC_UNCHANGED_APPROVAL)
and admission_request.operation.upper() == "UPDATE"
Expand Down

0 comments on commit 8d26efa

Please sign in to comment.