Skip to content

Commit 9573d9e

Browse files
committed
minor
1 parent b992426 commit 9573d9e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

services/web/server/tests/unit/with_dbs/03/test_trash.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ def mocked_director_v2(director_v2_service_mock: aioresponses):
6060
...
6161

6262

63+
@pytest.fixture
64+
def mocked_storage(storage_subsystem_mock: MockedStorageSubsystem):
65+
...
66+
67+
6368
@pytest.mark.acceptance_test(
6469
"For https://github.com/ITISFoundation/osparc-simcore/pull/6579"
6570
)
@@ -800,7 +805,7 @@ async def test_trash_project_explitictly_and_empty_trash_bin(
800805
mocked_catalog: None,
801806
mocked_director_v2: None,
802807
mocked_dynamic_services_interface: dict[str, MagicMock],
803-
storage_subsystem_mock: MockedStorageSubsystem,
808+
mocked_storage: None,
804809
):
805810
assert client.app
806811

0 commit comments

Comments
 (0)