Skip to content

Commit

Permalink
fix: fixes core package test
Browse files Browse the repository at this point in the history
  • Loading branch information
phpinhei-te committed Oct 9, 2024
1 parent 953700f commit d772691
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion thousandeyes-sdk-core/test/test_api_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ def test_api_client_initialization(api_client):
assert api_client.configuration is not None
assert isinstance(api_client.rest_client, rest.RESTClientObject)
assert api_client.default_headers == {}
assert api_client.cookie is None


def test_set_default_header(api_client):
Expand Down

0 comments on commit d772691

Please sign in to comment.