Skip to content

Commit

Permalink
Force failure to test smoke tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stsnel committed Jul 25, 2024
1 parent 91908eb commit 807d8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ def static_loader() -> Optional[Response]:
:returns: Static file
"""
trigger_error_here = 124 / 0
result = get_validated_static_path(
request.full_path,
request.path,
Expand Down

0 comments on commit 807d8e4

Please sign in to comment.