Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <[email protected]>
  • Loading branch information
rleungx committed Sep 27, 2024
1 parent e681eab commit ef49704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/server/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func TestGRPCRateLimit(t *testing.T) {
jsonBody, err := json.Marshal(input)
re.NoError(err)
err = testutil.CheckPostJSON(tests.TestDialClient, urlPrefix, jsonBody,
testutil.StatusOK(re), testutil.StringContain(re, "QPS rate limiter is changed"))
testutil.StatusOK(re), testutil.StringContain(re, "gRPC limiter is updated"))
re.NoError(err)
for i := 0; i < 2; i++ {
resp, err := grpcPDClient.GetRegion(context.Background(), &pdpb.GetRegionRequest{
Expand Down

0 comments on commit ef49704

Please sign in to comment.