fix
This commit is contained in:
@@ -924,7 +924,7 @@ def mocked_requests(*args, **kwargs):
|
|||||||
"token_type": "Bearer",
|
"token_type": "Bearer",
|
||||||
"access_token": "987654321234567898765432123456789",
|
"access_token": "987654321234567898765432123456789",
|
||||||
"refresh_token": "1234567898765432112345678987654321",
|
"refresh_token": "1234567898765432112345678987654321",
|
||||||
"expires_at": arrow.now().timestamp+3600
|
"expires_at": arrow.now().timestamp()+7200
|
||||||
}
|
}
|
||||||
return MockResponse(json_data,200)
|
return MockResponse(json_data,200)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user