mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 06:26:51 +00:00
fix: fixes core package test (#75)
Some checks failed
Python CI / build (push) Has been cancelled
Some checks failed
Python CI / build (push) Has been cancelled
This commit is contained in:
parent
953700f7e5
commit
e8590d7f38
@ -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):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user