Skip to content

Commit

Permalink
Fix typo in test name (#36196)
Browse files Browse the repository at this point in the history
Risk Level: low
Testing: n/a
Docs Changes: n/a
Release Notes: n/a
Signed-off-by: Greg Greenway <[email protected]>
  • Loading branch information
ggreenway authored Sep 20, 2024
1 parent d739460 commit a93ea37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/health_check_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ TEST_P(HttpHealthCheckIntegrationTest, SingleEndpointGoAway) {
// followup health check would happen. Using real time solves this because then
// the ordering of advancing the time system and enabling the health check timer
// is inconsequential.
TEST_P(RealTimeHttpHealthCheckIntegrationTest, SingleEndpointGoAwayErroSingleEndpointGoAwayErrorr) {
TEST_P(RealTimeHttpHealthCheckIntegrationTest, SingleEndpointGoAwayError) {
initialize();

// GOAWAY doesn't exist in HTTP1.
Expand Down

0 comments on commit a93ea37

Please sign in to comment.