now seems to behave
This commit is contained in:
@@ -926,7 +926,7 @@ def mocked_requests(*args, **kwargs):
|
||||
"refresh_token": "1234567898765432112345678987654321",
|
||||
"expires_at": arrow.now().timestamp()+7200
|
||||
}
|
||||
print(arrow.now().timestamp()+3600)
|
||||
|
||||
return MockResponse(json_data,200)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user