Skip to content

Commit

Permalink
Increase token expiry time for mocked reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
zansinergise committed Aug 12, 2024
1 parent ad48433 commit 82de132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/setup_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def decorated_function(*args, **kwargs):
responses.add(
responses.POST,
"https://sso.terrascope.be/auth/realms/terrascope/protocol/openid-connect/token",
json={"access_token": "mocked_token", "expires_in": 300},
json={"access_token": "mocked_token", "expires_in": 3000},
)
responses.add(
responses.POST,
Expand Down

0 comments on commit 82de132

Please sign in to comment.