Skip to content

Commit

Permalink
fix test name
Browse files Browse the repository at this point in the history
Signed-off-by: Nathanael DEMACON <ndemacon@scaleway.com>
  • Loading branch information
quantumsheep committed Feb 10, 2024
1 parent 785642d commit 71613ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/http/conn_manager_utility_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2264,7 +2264,7 @@ TEST_F(ConnectionManagerUtilityTest, DiscardTEHeaderWithoutTrailers) {

// Verify when TE header is present, the value should be kept if the reloadable feature
// "sanitize_te" is enabled.
TEST_F(ConnectionManagerUtilityTest, KeepTrailersTEHeaderSimple) {
TEST_F(ConnectionManagerUtilityTest, KeepTrailersTEHeaderReloadableFeatureDisabled) {
TestScopedRuntime scoped_runtime;
scoped_runtime.mergeValues({{"envoy.reloadable_features.sanitize_te", "false"}});

Expand Down

0 comments on commit 71613ec

Please sign in to comment.