Skip to content

Commit f6ae1d7

Browse files
fix: remove workbench from faker factory
1 parent 6cc38ae commit f6ae1d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/pytest-simcore/src/pytest_simcore/helpers/faker_factories.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ def random_project(fake: Faker = DEFAULT_FAKER, **overrides) -> dict[str, Any]:
173173
"prj_owner": fake.pyint(),
174174
"thumbnail": fake.image_url(width=120, height=120),
175175
"access_rights": {},
176-
"workbench": {},
177176
"published": False,
178177
}
179178

0 commit comments

Comments
 (0)