aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_service_account.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_service_account.py')
-rw-r--r--tests/test_service_account.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_service_account.py b/tests/test_service_account.py
index 8d93936..6756d49 100644
--- a/tests/test_service_account.py
+++ b/tests/test_service_account.py
@@ -369,6 +369,7 @@ class ServiceAccountCredentialsTests(unittest.TestCase):
self.assertEqual(credentials.access_token, token2)
+
TOKEN_LIFE = service_account._JWTAccessCredentials._MAX_TOKEN_LIFETIME_SECS
T1 = 42
T1_DATE = datetime.datetime(1970, 1, 1, second=T1)