Skip to content

Commit 84cc59e

Browse files
committed
test: cover missing line (set_disable_ssl_verification)
1 parent 82c770b commit 84cc59e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/test_iam_authenticator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ def test_iam_authenticator():
4141
authenticator.set_proxies({'dummy': 'proxies'})
4242
assert authenticator.token_manager.proxies == {'dummy': 'proxies'}
4343

44+
authenticator.set_disable_ssl_verification(True)
45+
assert authenticator.token_manager.disable_ssl_verification
46+
4447

4548
def test_iam_authenticator_with_scope():
4649
authenticator = IAMAuthenticator(apikey='my_apikey', scope='scope1 scope2')

0 commit comments

Comments
 (0)