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

Function verified_superuser_oauth

tests/conftest.py:239–246  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

237
238@pytest.fixture
239def verified_superuser_oauth() -> UserOAuthModel:
240 return UserOAuthModel(
241 email="the.real.merlin@camelot.bt",
242 hashed_password=viviane_password_hash,
243 is_superuser=True,
244 is_verified=True,
245 oauth_accounts=[],
246 )
247
248
249@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…