fix: fixes core package test

This commit is contained in:
Phellippe Lima 2024-10-09 14:36:44 +01:00 committed by GitHub
parent 953700f7e5
commit 14f215d65e
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):