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 5489dff commit b149868Copy full SHA for b149868
tests/test_jobs.py
@@ -101,7 +101,7 @@ def test_long_error_message(subject, schema_any):
101
assert subject
102
table_name = "fake_table"
103
104
- key = subject.fetch("KEY")[0]
+ key = subject.fetch("KEY", limit=1)[0]
105
106
# test long error message
107
schema_any.jobs.reserve(table_name, key)
@@ -137,7 +137,7 @@ def test_long_error_stack(subject, schema_any):
137
138
139
140
141
142
# test long error stack
143
0 commit comments