Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Apr 29, 2024
1 parent 0f92273 commit 22073fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/tests/st-hooks/hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@schemathesis.check
def not_so_slow(response, case):
"""Custom response check."""
#Custom response check
assert response.elapsed < timedelta(milliseconds=100), "Response is slow!"

#@schemathesis.hook
Expand Down

0 comments on commit 22073fa

Please sign in to comment.