Skip to content

Commit

Permalink
feat: read configuration in InsightsClient
Browse files Browse the repository at this point in the history
Add a 'config' attribute in the InsightsClient class to expose the
configuration of insights-client.

Signed-off-by: Pino Toscano <[email protected]>
  • Loading branch information
ptoscano committed Feb 8, 2024
1 parent 75d7a6f commit 8a214d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytest_client_tools/insights_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def __getattr__(self, name):

class InsightsClient:
def __init__(self):
pass
self.config = InsightsClientConfig()

@property
def is_registered(self):
Expand Down

0 comments on commit 8a214d4

Please sign in to comment.