Skip to content

Commit fdbae1d

Browse files
Fix exception variable
1 parent 1ca80c4 commit fdbae1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ def test_no_https():
339339
try:
340340
no_https_api = API(environ.get('TEST_USER', 'test_user'), environ.get('TEST_KEY', 'test_key'), https=False)
341341
assert no_https_api.domain_search('google').data()
342-
except NotAuthorizedException:
342+
except exceptions.NotAuthorizedException:
343343
pass
344344

345345

0 commit comments

Comments
 (0)