Skip to content

Commit

Permalink
fix typo s/cc2/cc1
Browse files Browse the repository at this point in the history
  • Loading branch information
easwars committed Aug 23, 2021
1 parent 8a0a522 commit c6c014e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xds/internal/test/xds_server_serving_mode_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ func (s) TestServerSideXDS_ServingModeChanges(t *testing.T) {
}

// Make sure RPCs succeed on cc1 and fail on cc2.
waitForSuccessfulRPC(ctx, t, cc2)
waitForSuccessfulRPC(ctx, t, cc1)
waitForFailedRPC(ctx, t, cc2)

// Update the management server to remove the first listener resource as
Expand Down

0 comments on commit c6c014e

Please sign in to comment.