Skip to content

Commit

Permalink
Update tests/test_basic_tests.py
Browse files Browse the repository at this point in the history
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
  • Loading branch information
mnbf9rca and sourcery-ai[bot] authored Jul 15, 2024
1 parent a2d71db commit e73b27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_basic_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

def test_create_client_with_api_token():
# checks that the API key is being passed to the RestClient
api_token = 'your_app_key'
api_key = 'your_app_key'
client = Client(api_token)
assert client.client.app_key['app_key'] == api_token

Expand Down

0 comments on commit e73b27f

Please sign in to comment.