We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82c770b commit 84cc59eCopy full SHA for 84cc59e
test/test_iam_authenticator.py
@@ -41,6 +41,9 @@ def test_iam_authenticator():
41
authenticator.set_proxies({'dummy': 'proxies'})
42
assert authenticator.token_manager.proxies == {'dummy': 'proxies'}
43
44
+ authenticator.set_disable_ssl_verification(True)
45
+ assert authenticator.token_manager.disable_ssl_verification
46
+
47
48
def test_iam_authenticator_with_scope():
49
authenticator = IAMAuthenticator(apikey='my_apikey', scope='scope1 scope2')
0 commit comments