()
| 281 | |
| 282 | @pytest.fixture |
| 283 | def oauth_account4() -> OAuthAccountModel: |
| 284 | return OAuthAccountModel( |
| 285 | oauth_name="service4", |
| 286 | access_token="TOKEN", |
| 287 | expires_at=1579000751, |
| 288 | account_id="verified_user_oauth1", |
| 289 | account_email="lake.lady@camelot.bt", |
| 290 | ) |
| 291 | |
| 292 | |
| 293 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…