From d3e9fd41e683001f360e042c14c08168b63bc720 Mon Sep 17 00:00:00 2001 From: Jun-te Kim Date: Tue, 17 Mar 2026 12:40:44 +0000 Subject: [PATCH] fixed address 2 uprn now usees POSTCODE --- etl/hubspot/tests/test_hubspot_client_integration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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