fix: fixes core package test (#75)
Some checks failed
Python CI / build (push) Has been cancelled

This commit is contained in:
Phellippe Lima 2024-10-09 14:46:50 +01:00 committed by GitHub
parent 953700f7e5
commit e8590d7f38
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):