MCPcopy Create free account
hub / github.com/fastapi-users/fastapi-users / superuser_oauth

Function superuser_oauth

tests/conftest.py:219–225  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217
218@pytest.fixture
219def superuser_oauth() -> UserOAuthModel:
220 return UserOAuthModel(
221 email="merlin@camelot.bt",
222 hashed_password=viviane_password_hash,
223 is_superuser=True,
224 oauth_accounts=[],
225 )
226
227
228@pytest.fixture

Callers

nothing calls this directly

Calls 1

UserOAuthModelClass · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…