diff --git a/etl/hubspot/tests/test_hubspot_client_integration.py b/etl/hubspot/tests/test_hubspot_client_integration.py index d7cf46fd..a3d8ae54 100644 --- a/etl/hubspot/tests/test_hubspot_client_integration.py +++ b/etl/hubspot/tests/test_hubspot_client_integration.py @@ -14,7 +14,7 @@ class TestHubspotClientIntegration: return HubspotClient() def test_client_initialization(self, client: HubspotClient): - """Test that client initializes successfully with API key.""" + """Checks initialisation of HubspotClient and fails early if env variables is not set""" assert client.access_token is not None assert client.client is not None assert client.logger is not None