Skip to content

Commit 3968415

Browse files
committed
@sanderegg review: rm session scope
1 parent 7d83f63 commit 3968415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test__openapi_specs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from simcore_service_storage.settings import Settings
1919

2020

21-
@pytest.fixture
21+
@pytest.fixture(scope="session")
2222
def openapi_specs_path() -> Path:
2323
# overrides pytest_simcore.openapi_specs.app_openapi_specs_path fixture
2424
spec_path: Path = storage_resources.get_path(f"api/{API_VTAG}/openapi.yaml")

0 commit comments

Comments
 (0)