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

Function inactive_user_oauth

tests/conftest.py:180–186  ·  view source on GitHub ↗
(oauth_account3: OAuthAccountModel)

Source from the content-addressed store, hash-verified

178
179@pytest.fixture
180def inactive_user_oauth(oauth_account3: OAuthAccountModel) -> UserOAuthModel:
181 return UserOAuthModel(
182 email="percival@camelot.bt",
183 hashed_password=angharad_password_hash,
184 is_active=False,
185 oauth_accounts=[oauth_account3],
186 )
187
188
189@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…