Skip to content

Commit

Permalink
fix auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkahan committed Jan 31, 2024
1 parent b76c207 commit 6dc8903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http_client/tests/test_auth.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ def test_create_jwt_error_no_application_id_or_private_key():

def test_create_basic_auth_string():
auth = Auth(api_key=api_key, api_secret=api_secret)
assert auth.create_basic_auth_string() == 'Basic cXdlcmFzZGY6MTIzNHF3ZXJhc2Rmenhjdg='
assert auth.create_basic_auth_string() == 'Basic cXdlcmFzZGY6MTIzNHF3ZXJhc2Rmenhjdg=='

0 comments on commit 6dc8903

Please sign in to comment.