()
| 217 | |
| 218 | @pytest.fixture |
| 219 | def 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 |
nothing calls this directly
no test coverage detected
searching dependent graphs…