Private
Public Access
1
0

now seems to behave

This commit is contained in:
Sander Roosendaal
2021-03-01 11:56:48 +01:00
parent 0d86b0d662
commit b1a9736aea
6 changed files with 11 additions and 13 deletions

View File

@@ -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)