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 29c2fea commit d74bcd1Copy full SHA for d74bcd1
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