Skip to content

Commit

Permalink
test_long_error_stack requires subjects fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
ethho committed Dec 13, 2023
1 parent 4026a56 commit 52e78bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def test_long_error_message(schema_any, subjects):
schema_any.jobs.delete()


def test_long_error_stack(schema_any):
def test_long_error_stack(schema_any, subjects):
# create long error stack
STACK_SIZE = (
89942 # Does not fit into small blob (should be 64k, but found to be higher)
Expand Down

0 comments on commit 52e78bb

Please sign in to comment.