From 7ec917db59b3748f65caa51b773d7c7353fec8fe Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Mon, 1 Mar 2021 12:46:51 +0100 Subject: [PATCH] fix --- rowers/tests/mocks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rowers/tests/mocks.py b/rowers/tests/mocks.py index fc7e196a..443803bf 100644 --- a/rowers/tests/mocks.py +++ b/rowers/tests/mocks.py @@ -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)