()
| 292 | |
| 293 | @pytest.fixture |
| 294 | def oauth_account5() -> OAuthAccountModel: |
| 295 | return OAuthAccountModel( |
| 296 | oauth_name="service5", |
| 297 | access_token="TOKEN", |
| 298 | expires_at=1579000751, |
| 299 | account_id="verified_superuser_oauth1", |
| 300 | account_email="the.real.merlin@camelot.bt", |
| 301 | ) |
| 302 | |
| 303 | |
| 304 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…