Skip to content

Commit 797b178

Browse files
author
Matt Sokoloff
committed
update test
1 parent 958dc95 commit 797b178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/bulk_import/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def ontology():
105105
@pytest.fixture
106106
def configured_project(client, ontology, rand_gen):
107107
project = client.create_project(name=rand_gen(str))
108-
dataset = client.create_dataset(name=rand_gen(str), projects=project)
108+
dataset = client.create_dataset(name=rand_gen(str))
109109
editor = list(
110110
client.get_labeling_frontends(
111111
where=LabelingFrontend.name == "editor"))[0]

0 commit comments

Comments
 (0)