From 4a9adc3a034cef102a07528d6a2c15ff37a09aea Mon Sep 17 00:00:00 2001 From: akash-sahai Date: Thu, 23 Apr 2026 09:02:04 +0530 Subject: [PATCH] Modified header name as per standard Modified header name as per standard. In this repo, the app is created with Flask in app.py and the pinned dependencies include both Flask and Werkzeug in requirements.txt. Because header parsing happens in the Flask/Werkzeug request stack before the test code sees the request, headers containing underscores are dropped there, so BenchmarkTest00656 never receives my_user_id and the intended code path does not execute. --- data/benchmark-crawler-http.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/benchmark-crawler-http.xml b/data/benchmark-crawler-http.xml index ff6ab856..a5f2b8aa 100644 --- a/data/benchmark-crawler-http.xml +++ b/data/benchmark-crawler-http.xml @@ -2372,7 +2372,7 @@
-
+