mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed address 2 uprn now usees POSTCODE
This commit is contained in:
parent
1b53b47048
commit
d3e9fd41e6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue