Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2021-03-01 12:46:51 +01:00
parent 0d0a9c0d73
commit 7ec917db59

View File

@@ -924,7 +924,7 @@ 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
}
return MockResponse(json_data,200)