Skip to content

Commit

Permalink
@sanderegg review: rm session scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pcrespov committed Nov 22, 2024
1 parent 7d83f63 commit 3968415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/storage/tests/unit/test__openapi_specs.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3968415

Please sign in to comment.