Skip to content

Commit 42bb7b0

Browse files
remove workbench from mock
1 parent 18d659d commit 42bb7b0

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
@@ -132,7 +132,6 @@ def random_project(fake: Faker = DEFAULT_FAKER, **overrides) -> dict[str, Any]:
132132
"prj_owner": fake.pyint(),
133133
"thumbnail": fake.image_url(width=120, height=120),
134134
"access_rights": {},
135-
"workbench": {},
136135
"published": False,
137136
}
138137
assert set(data.keys()).issubset({c.name for c in projects.columns})

0 commit comments

Comments
 (0)