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

Function normal_user_token_headers

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

Source from the content-addressed store, hash-verified

44
45@pytest.fixture
46def normal_user_token_headers(client: TestClient, db: Session) -> dict[str, str]:
47 return authentication_token_from_email(
48 client=client, email=settings.EMAIL_TEST_USER, db=db
49 )

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected