Skip to content

Commit f3c94ae

Browse files
committed
minor
1 parent 4d768e6 commit f3c94ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/simcore-sdk/tests/unit/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def node_uuid() -> str:
2727
return str(uuid4())
2828

2929

30-
@pytest.fixture(scope="function")
30+
@pytest.fixture
3131
async def mock_db_manager(
3232
monkeypatch,
3333
project_id: str,

0 commit comments

Comments
 (0)