From c31ad6c7b02acd7cffeb479453d66b5b507d3d30 Mon Sep 17 00:00:00 2001 From: mike dupont Date: Wed, 18 Dec 2024 01:02:10 -0500 Subject: [PATCH] rebase --- api/agent_api_test.py | 1 + 1 file changed, 1 insertion(+) 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 {}