Skip to content

Commit 45a07b8

Browse files
fix: workbench
1 parent a47e4c8 commit 45a07b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

services/storage/tests/unit/test_rpc_handlers_simcore_s3.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ async def test_copy_folders_from_empty_project(
189189
{},
190190
nodes_map={},
191191
)
192+
data.pop("workbench", None) # remove workbench from the data
192193
assert data == jsonable_encoder(dst_project)
193194
# check there is nothing in the dst project
194195
async with sqlalchemy_async_engine.connect() as conn:

0 commit comments

Comments
 (0)