diff --git a/pytest_client_tools/insights_client.py b/pytest_client_tools/insights_client.py index b2cba57..eecd1a0 100644 --- a/pytest_client_tools/insights_client.py +++ b/pytest_client_tools/insights_client.py @@ -103,7 +103,7 @@ def __getattr__(self, name): class InsightsClient: def __init__(self): - pass + self.config = InsightsClientConfig() @property def is_registered(self):