Skip to content

Commit c332d44

Browse files
committed
fix test
1 parent e472f06 commit c332d44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/sentry/workflow_engine/endpoints/test_organization_workflow_details.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ def test_audit_entry(self):
9696

9797
def test_does_not_exist(self):
9898
with outbox_runner():
99-
response = self.get_error_response(self.organization.slug, -1)
99+
response = self.get_error_response(self.organization.slug, 999999999)
100100
assert response.status_code == 404
101101

102102
# Ensure it wasn't deleted

0 commit comments

Comments
 (0)