Skip to content

Commit eecf0a9

Browse files
Update tests/test_jobs.py
Co-authored-by: Dimitri Yatsenko <[email protected]>
1 parent 512f84f commit eecf0a9

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_stack():
131131
# create long error stack
132132
STACK_SIZE = 89942 # Does not fit into small blob (should be 64k, but found to be higher)
133133
long_error_stack = ''.join(random.choice(string.ascii_letters) for _ in range(STACK_SIZE))
134-
assert_true(subjects)
134+
assert subjects
135135
table_name = 'fake_table'
136136

137137
key = subjects.fetch('KEY')[0]

0 commit comments

Comments
 (0)