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 4d768e6 commit f3c94aeCopy full SHA for f3c94ae
packages/simcore-sdk/tests/unit/conftest.py
@@ -27,7 +27,7 @@ def node_uuid() -> str:
27
return str(uuid4())
28
29
30
-@pytest.fixture(scope="function")
+@pytest.fixture
31
async def mock_db_manager(
32
monkeypatch,
33
project_id: str,
0 commit comments