Skip to content

Commit

Permalink
More typo.
Browse files Browse the repository at this point in the history
Signed-off-by: Harvey Tuch <htuch@google.com>
  • Loading branch information
htuch committed Aug 20, 2019
1 parent 6e1f461 commit b5f9fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/server/server_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ TEST_P(ServerInstanceImplTest, EmptyBootstrap) {
}

// Custom header bootstrap succeeds.
TEST_P(ServerInstanceImplTest, CusomHeaderBoostrap) {
TEST_P(ServerInstanceImplTest, CustomHeaderBoostrap) {
options_.config_path_ = TestEnvironment::writeStringToFileForTest(
"custom.yaml", "header_prefix: \"x-envoy\"\nstatic_resources:\n");
options_.service_cluster_name_ = "some_cluster_name";
Expand Down

0 comments on commit b5f9fb6

Please sign in to comment.