Skip to content

Commit 92d6146

Browse files
author
Kevin Kim
committed
Fix test_labeling_parameter_overrides() in SDK test
1 parent 48df179 commit 92d6146

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/test_labeling_parameter_overrides.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
def test_labeling_parameter_overrides(project, rand_gen, image_url):
66
dataset = project.client.create_dataset(name=rand_gen(str),
77
projects=project)
8+
project.update(auto_audit_percentage=0)
89

910
task = dataset.create_data_rows([{DataRow.row_data: image_url}] * 20)
1011
task.wait_till_done()

0 commit comments

Comments
 (0)