Private
Public Access
1
0

fixing some tests

This commit is contained in:
Sander Roosendaal
2021-03-01 09:43:08 +01:00
parent f8b52d5799
commit 149b51960e
30 changed files with 4 additions and 3 deletions

View File

@@ -924,8 +924,9 @@ def mocked_requests(*args, **kwargs):
"token_type": "Bearer",
"access_token": "987654321234567898765432123456789",
"refresh_token": "1234567898765432112345678987654321",
"expires_at": arrow.now().timestamp+3600
"expires_at": arrow.now().timestamp()+7200
}
print(arrow.now().timestamp()+3600)
return MockResponse(json_data,200)