From 3968415cb234bc5719a36e4d643e4d94c9066848 Mon Sep 17 00:00:00 2001 From: Pedro Crespo-Valero <32402063+pcrespov@users.noreply.github.com> Date: Fri, 22 Nov 2024 14:08:12 +0100 Subject: [PATCH] @sanderegg review: rm session scope --- services/storage/tests/unit/test__openapi_specs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/storage/tests/unit/test__openapi_specs.py b/services/storage/tests/unit/test__openapi_specs.py index cc850a399085..a32ae3ace6e0 100644 --- a/services/storage/tests/unit/test__openapi_specs.py +++ b/services/storage/tests/unit/test__openapi_specs.py @@ -18,7 +18,7 @@ from simcore_service_storage.settings import Settings -@pytest.fixture +@pytest.fixture(scope="session") def openapi_specs_path() -> Path: # overrides pytest_simcore.openapi_specs.app_openapi_specs_path fixture spec_path: Path = storage_resources.get_path(f"api/{API_VTAG}/openapi.yaml")