()
| 248 | |
| 249 | @pytest.fixture |
| 250 | def oauth_account1() -> OAuthAccountModel: |
| 251 | return OAuthAccountModel( |
| 252 | oauth_name="service1", |
| 253 | access_token="TOKEN", |
| 254 | expires_at=1579000751, |
| 255 | account_id="user_oauth1", |
| 256 | account_email="king.arthur@camelot.bt", |
| 257 | ) |
| 258 | |
| 259 | |
| 260 | @pytest.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…