Skip to content

Commit 52e78bb

Browse files
committed
test_long_error_stack requires subjects fixture
1 parent 4026a56 commit 52e78bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jobs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def test_long_error_message(schema_any, subjects):
131131
schema_any.jobs.delete()
132132

133133

134-
def test_long_error_stack(schema_any):
134+
def test_long_error_stack(schema_any, subjects):
135135
# create long error stack
136136
STACK_SIZE = (
137137
89942 # Does not fit into small blob (should be 64k, but found to be higher)

0 commit comments

Comments
 (0)