Skip to content

Commit b7433af

Browse files
committed
fix: typo in test name QueryParameterFormatter
Signed-off-by: Christian Rohmann <christian.rohmann@inovex.de>
1 parent 48c1c16 commit b7433af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common/formatter/substitution_formatter_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2737,7 +2737,7 @@ TEST(SubstitutionFormatterTest, requestHeaderFormatter) {
27372737
}
27382738
}
27392739

2740-
TEST(SubstitutionFormatterTest, QueryPraameterFormatter) {
2740+
TEST(SubstitutionFormatterTest, QueryParameterFormatter) {
27412741
StreamInfo::MockStreamInfo stream_info;
27422742
Http::TestRequestHeaderMapImpl request_header{{":method", "GET"}, {":path", "/path?x=xxxxxx"}};
27432743

0 commit comments

Comments
 (0)