From ba67dd40ff6e0b5357b1643acf13df74d85e18ee Mon Sep 17 00:00:00 2001 From: Alexander Myasoedov Date: Thu, 20 Feb 2025 23:32:58 +0200 Subject: [PATCH] fix(typo): --- agentic_security/http_spec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/agentic_security/http_spec.py b/agentic_security/http_spec.py index f903671..37bd580 100644 --- a/agentic_security/http_spec.py +++ b/agentic_security/http_spec.py @@ -169,7 +169,7 @@ def parse_http_spec(http_spec: str) -> LLMSpec: for key, value in secrets.items(): if not value: - continuev + continue key = key.strip("$") body = body.replace(f"${key}", value)