From d7726918988809d3209739dffe345b7ed49bc6d3 Mon Sep 17 00:00:00 2001 From: Phellippe Lima Date: Wed, 9 Oct 2024 09:04:10 +0100 Subject: [PATCH] fix: fixes core package test --- thousandeyes-sdk-core/test/test_api_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/thousandeyes-sdk-core/test/test_api_client.py b/thousandeyes-sdk-core/test/test_api_client.py index 2cef9ff4..dfb554c2 100644 --- a/thousandeyes-sdk-core/test/test_api_client.py +++ b/thousandeyes-sdk-core/test/test_api_client.py @@ -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):