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

Function verified_user_oauth

tests/conftest.py:200–206  ·  view source on GitHub ↗
(oauth_account4: OAuthAccountModel)

Source from the content-addressed store, hash-verified

198
199@pytest.fixture
200def verified_user_oauth(oauth_account4: OAuthAccountModel) -> UserOAuthModel:
201 return UserOAuthModel(
202 email="lake.lady@camelot.bt",
203 hashed_password=excalibur_password_hash,
204 is_active=False,
205 oauth_accounts=[oauth_account4],
206 )
207
208
209@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…