Skip to content

Commit

Permalink
fix testclient type in ringhash_balancer_test checkRPCSendOK (#7324)
Browse files Browse the repository at this point in the history
  • Loading branch information
purnesh42H authored Jun 13, 2024
1 parent 8075dd3 commit e37c6e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ func channelIDHashRoute(routeName, virtualHostDomain, clusterName string) *v3rou
// checkRPCSendOK sends num RPCs to the client. It returns a map of backend
// addresses as keys and number of RPCs sent to this address as value. Abort the
// test if any RPC fails.
func checkRPCSendOK(t *testing.T, ctx context.Context, client testpb.TestServiceClient, num int) map[string]int {
func checkRPCSendOK(t *testing.T, ctx context.Context, client testgrpc.TestServiceClient, num int) map[string]int {
t.Helper()

backendCount := make(map[string]int)
Expand Down

0 comments on commit e37c6e8

Please sign in to comment.