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 7d83f63 commit 3968415Copy full SHA for 3968415
services/storage/tests/unit/test__openapi_specs.py
@@ -18,7 +18,7 @@
18
from simcore_service_storage.settings import Settings
19
20
21
-@pytest.fixture
+@pytest.fixture(scope="session")
22
def openapi_specs_path() -> Path:
23
# overrides pytest_simcore.openapi_specs.app_openapi_specs_path fixture
24
spec_path: Path = storage_resources.get_path(f"api/{API_VTAG}/openapi.yaml")
0 commit comments