fixed address 2 uprn now usees POSTCODE

This commit is contained in:
Jun-te Kim 2026-03-17 12:40:44 +00:00
parent 1b53b47048
commit d3e9fd41e6

View file

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