(client: TestClient, db: Session)
| 39 | |
| 40 | @pytest.fixture |
| 41 | def superuser_token_headers(client: TestClient, db: Session) -> dict[str, str]: # noqa: ARG001 |
| 42 | return get_superuser_token_headers(client) |
| 43 | |
| 44 | |
| 45 | @pytest.fixture |
nothing calls this directly
no test coverage detected