Skip to content

Commit

Permalink
update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tawakalt committed Jan 8, 2024
1 parent a67bd9b commit aa9d178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_endpoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def test_server_webhook_custom_action_encoded_data_returns_200():


# ENSURE THIS IS ALWAYS THE LAST TEST FOR OTHER TESTS TO RUN
# for some reason, sys.exit is actually called here
# because the call to sys.exit() terminates pytest process
def test_endpoint_exit_for_unknown_actions_package():
with pytest.raises(SystemExit):
ep.create_app("non-existing-actions-package")

0 comments on commit aa9d178

Please sign in to comment.