MCPcopy Create free account
hub / github.com/0010aor/FlashNotes / superuser_token_headers

Function superuser_token_headers

backend/tests/conftest.py:41–42  ·  view source on GitHub ↗
(client: TestClient, db: Session)

Source from the content-addressed store, hash-verified

39
40@pytest.fixture
41def superuser_token_headers(client: TestClient, db: Session) -> dict[str, str]: # noqa: ARG001
42 return get_superuser_token_headers(client)
43
44
45@pytest.fixture

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected