diff --git a/api/agent_api_test.py b/api/agent_api_test.py index 3afe8aac..83c8ded7 100644 --- a/api/agent_api_test.py +++ b/api/agent_api_test.py @@ -44,6 +44,7 @@ class TestSession: @property def headers(self) -> Dict[str, str]: """Get headers with authentication.""" + print("HEADERS",self.api_key) return {"api-key": self.api_key} if self.api_key else {}