From 9f53d46d3627bc68f6de146084008294b05fef11 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Fri, 19 Jul 2024 16:17:06 +0100 Subject: [PATCH] more-format Signed-off-by: Ryan Northey --- .../filters/http/ext_proc/ext_proc_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/extensions/filters/http/ext_proc/ext_proc_integration_test.cc b/test/extensions/filters/http/ext_proc/ext_proc_integration_test.cc index e1dc1f4272c9..3336015ae686 100644 --- a/test/extensions/filters/http/ext_proc/ext_proc_integration_test.cc +++ b/test/extensions/filters/http/ext_proc/ext_proc_integration_test.cc @@ -1599,7 +1599,7 @@ TEST_P(ExtProcIntegrationTest, GetAndSetHeadersAndTrailersOnResponse) { // Test the filter using the default configuration by connecting to // an ext_proc server that tries to modify the trailers incorrectly // according to the header mutation rules. -#TODO(@tyxia): reenable this test (see https://github.com/envoyproxy/envoy/issues/35281) +// TODO(tyxia) reenable this test (see https://github.com/envoyproxy/envoy/issues/35281) TEST_P(ExtProcIntegrationTest, DISABLED_GetAndSetTrailersIncorrectlyOnResponse) { proto_config_.mutable_processing_mode()->set_response_trailer_mode(ProcessingMode::SEND); proto_config_.mutable_mutation_rules()->mutable_disallow_all()->set_value(true);