Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
Signed-off-by: ohadvano <[email protected]>
  • Loading branch information
ohadvano committed Sep 20, 2023
1 parent 347b524 commit 9419f99
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1765,9 +1765,9 @@ TEST_F(HttpUpstreamImplTest, TargetHostPercentEncoding) {
EXPECT_CALL(*config_, proxyHost(_)).WillRepeatedly(Return("proxy.host"));
EXPECT_CALL(*config_, targetHost(_)).WillRepeatedly(Return("2001:db8::42"));

auto expected_headers = expectedHeaders(
is_ssl, /*use_post=*/false, /*opt_authority=*/"proxy.host:10",
/*opt_path=*/"/.well-known/masque/udp/2001%3Adb8%3A%3A42/20/");
auto expected_headers =
expectedHeaders(is_ssl, /*use_post=*/false, /*opt_authority=*/"proxy.host:10",
/*opt_path=*/"/.well-known/masque/udp/2001%3Adb8%3A%3A42/20/");

setAndExpectRequestEncoder(expected_headers, is_ssl);
}
Expand Down

0 comments on commit 9419f99

Please sign in to comment.