aboutsummaryrefslogtreecommitdiff
path: root/tests/test_jwt.py
diff options
context:
space:
mode:
authorDanny Hermes <daniel.j.hermes@gmail.com>2016-07-20 13:24:41 -0700
committerDanny Hermes <daniel.j.hermes@gmail.com>2016-07-21 10:12:03 -0700
commit213050dd6744556741a443b55c0d8803e095a6cd (patch)
tree16ae10025c7ed7f9a37076a899f03b9fbc3af58e /tests/test_jwt.py
parent3e9b857ffac0399af392843a5b0abc55a69d3378 (diff)
downloadoauth2client-213050dd6744556741a443b55c0d8803e095a6cd.tar.gz
Begin transport module for httplib2 specific pieces.
Towards #554.
Diffstat (limited to 'tests/test_jwt.py')
-rw-r--r--tests/test_jwt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_jwt.py b/tests/test_jwt.py
index bbcdd3c..9c41594 100644
--- a/tests/test_jwt.py
+++ b/tests/test_jwt.py
@@ -138,7 +138,7 @@ class CryptTests(unittest2.TestCase):
({'status': '200'}, datafile('certs.json')),
])
- with mock.patch('oauth2client.client._cached_http', new=http):
+ with mock.patch('oauth2client.transport._CACHED_HTTP', new=http):
contents = verify_id_token(
jwt, 'some_audience_address@testing.gserviceaccount.com')