We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 512f84f commit eecf0a9Copy full SHA for eecf0a9
tests/test_jobs.py
@@ -131,7 +131,7 @@ def test_long_error_stack():
131
# create long error stack
132
STACK_SIZE = 89942 # Does not fit into small blob (should be 64k, but found to be higher)
133
long_error_stack = ''.join(random.choice(string.ascii_letters) for _ in range(STACK_SIZE))
134
- assert_true(subjects)
+ assert subjects
135
table_name = 'fake_table'
136
137
key = subjects.fetch('KEY')[0]
0 commit comments