(client: TestClient, db: Session)
| 44 | |
| 45 | @pytest.fixture |
| 46 | def 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 | ) |
nothing calls this directly
no test coverage detected