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 958dc95 commit 797b178Copy full SHA for 797b178
tests/integration/bulk_import/conftest.py
@@ -105,7 +105,7 @@ def ontology():
105
@pytest.fixture
106
def configured_project(client, ontology, rand_gen):
107
project = client.create_project(name=rand_gen(str))
108
- dataset = client.create_dataset(name=rand_gen(str), projects=project)
+ dataset = client.create_dataset(name=rand_gen(str))
109
editor = list(
110
client.get_labeling_frontends(
111
where=LabelingFrontend.name == "editor"))[0]
0 commit comments