Skip to content

Commit 03acbd8

Browse files
fix: remove workbench
1 parent 45a07b8 commit 03acbd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_rpc_handlers_simcore_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ async def test_copy_folders_from_valid_project_with_one_large_file(
269269
dst_project_nodes,
270270
nodes_map=nodes_map,
271271
)
272-
272+
data.pop("workbench", None) # remove workbench from the data
273273
assert data == jsonable_encoder(
274274
await get_updated_project(sqlalchemy_async_engine, dst_project["uuid"])
275275
)

0 commit comments

Comments
 (0)