Skip to content

Commit 4715276

Browse files
author
Marian Ganisin
committed
Application.authobj has been changed, it's callable now
1 parent aff3f74 commit 4715276

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/auth/test_app_key_authorization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def proxy(service, proxy):
1717

1818

1919
def test_app_key_authorization(proxy, application, ssl_verify):
20-
creds = application.authobj.credentials
20+
creds = application.authobj().credentials
2121
encoded = base64.b64encode(
2222
f"{creds['app_id']}:{creds['app_key']}".encode("utf-8")).decode("utf-8")
2323

0 commit comments

Comments
 (0)