aboutsummaryrefslogtreecommitdiff
path: root/tests/transport/test_grpc.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/transport/test_grpc.py')
-rw-r--r--tests/transport/test_grpc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/transport/test_grpc.py b/tests/transport/test_grpc.py
index 926c1bc..3437658 100644
--- a/tests/transport/test_grpc.py
+++ b/tests/transport/test_grpc.py
@@ -80,7 +80,7 @@ class TestAuthMetadataPlugin(object):
def test_call_refresh(self):
credentials = CredentialsStub()
- credentials.expiry = datetime.datetime.min + _helpers.CLOCK_SKEW
+ credentials.expiry = datetime.datetime.min + _helpers.REFRESH_THRESHOLD
request = mock.create_autospec(transport.Request)
plugin = google.auth.transport.grpc.AuthMetadataPlugin(credentials, request)