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 f50aa74 commit 816b811Copy full SHA for 816b811
tests/integration/conftest.py
@@ -177,7 +177,9 @@ def batch_project(client, rand_gen):
177
178
@pytest.fixture
179
def consensus_project(client, rand_gen):
180
- project = client.create_project(name=rand_gen(str), auto_audit_percentage=0)
+ project = client.create_project(name=rand_gen(str),
181
+ auto_audit_percentage=0,
182
+ queue_mode=QueueMode.Dataset)
183
yield project
184
project.delete()
185
0 commit comments