pull/699/head
mike dupont 4 months ago
parent b84abb8678
commit c31ad6c7b0

@ -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 {}

Loading…
Cancel
Save