()
| 259 | |
| 260 | @pytest.fixture |
| 261 | def oauth_account2() -> OAuthAccountModel: |
| 262 | return OAuthAccountModel( |
| 263 | oauth_name="service2", |
| 264 | access_token="TOKEN", |
| 265 | expires_at=1579000751, |
| 266 | account_id="user_oauth2", |
| 267 | account_email="king.arthur@camelot.bt", |
| 268 | ) |
| 269 | |
| 270 | |
| 271 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…