From a93ea37c132465703460667a8061b7903fa41775 Mon Sep 17 00:00:00 2001 From: Greg Greenway Date: Fri, 20 Sep 2024 11:01:40 -0700 Subject: [PATCH] Fix typo in test name (#36196) Risk Level: low Testing: n/a Docs Changes: n/a Release Notes: n/a Signed-off-by: Greg Greenway --- test/integration/health_check_integration_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/health_check_integration_test.cc b/test/integration/health_check_integration_test.cc index 2ca266e82611..628829fcdf49 100644 --- a/test/integration/health_check_integration_test.cc +++ b/test/integration/health_check_integration_test.cc @@ -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.