()
| 270 | |
| 271 | @pytest.fixture |
| 272 | def oauth_account3() -> OAuthAccountModel: |
| 273 | return OAuthAccountModel( |
| 274 | oauth_name="service3", |
| 275 | access_token="TOKEN", |
| 276 | expires_at=1579000751, |
| 277 | account_id="inactive_user_oauth1", |
| 278 | account_email="percival@camelot.bt", |
| 279 | ) |
| 280 | |
| 281 | |
| 282 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…