From c6a713b3640da927d516bb8acc9dc1f22a7c49f3 Mon Sep 17 00:00:00 2001 From: Yury Lebedev Date: Wed, 19 Nov 2025 10:45:45 +0100 Subject: [PATCH] Ruby: enable blocking response id test for custom redirect --- manifests/ruby.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ruby.yml b/manifests/ruby.yml index 77a0332b53b..788fd0ea58a 100644 --- a/manifests/ruby.yml +++ b/manifests/ruby.yml @@ -346,7 +346,7 @@ tests/: Test_Blocking_strip_response_headers: v1.13.0 Test_CustomBlockingResponse: v1.15.0 test_blocking_security_response_id.py: - Test_SecurityResponseId_Custom_Redirect: missing_feature + Test_SecurityResponseId_Custom_Redirect: v2.23.0.dev Test_SecurityResponseId_HTML_Response: v2.23.0.dev Test_SecurityResponseId_In_Span_Triggers: v2.23.0.dev Test_SecurityResponseId_JSON_Response: v2.23.0.dev