Skip to content

Commit

Permalink
fix incorrect testcomment
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Puncel <mpuncel@squareup.com>
  • Loading branch information
mpuncel committed Oct 16, 2020
1 parent 736d0ca commit f3e9da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/upstream/health_checker_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2639,7 +2639,7 @@ TEST_F(HttpHealthCheckerImplTest, GoAwayProbeInProgressTimeout) {
EXPECT_EQ(Host::Health::Healthy, cluster_->prioritySet().getMockHostSet(0)->hosts_[0]->health());
}

// Test receiving GOAWAY (no error) closes connection after an in progress probe times outs.
// Test receiving GOAWAY (no error) closes connection after a stream reset.
TEST_F(HttpHealthCheckerImplTest, GoAwayProbeInProgressStreamReset) {
setupHCHttp2();
cluster_->prioritySet().getMockHostSet(0)->hosts_ = {
Expand Down

0 comments on commit f3e9da2

Please sign in to comment.