We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b992426 commit 9573d9eCopy full SHA for 9573d9e
services/web/server/tests/unit/with_dbs/03/test_trash.py
@@ -60,6 +60,11 @@ def mocked_director_v2(director_v2_service_mock: aioresponses):
60
...
61
62
63
+@pytest.fixture
64
+def mocked_storage(storage_subsystem_mock: MockedStorageSubsystem):
65
+ ...
66
+
67
68
@pytest.mark.acceptance_test(
69
"For https://github.com/ITISFoundation/osparc-simcore/pull/6579"
70
)
@@ -800,7 +805,7 @@ async def test_trash_project_explitictly_and_empty_trash_bin(
800
805
mocked_catalog: None,
801
806
mocked_director_v2: None,
802
807
mocked_dynamic_services_interface: dict[str, MagicMock],
803
- storage_subsystem_mock: MockedStorageSubsystem,
808
+ mocked_storage: None,
804
809
):
810
assert client.app
811
0 commit comments