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 d812f62 commit 2a5e80d
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 @@ -208,7 +208,7 @@ func TestGRPCRateLimit(t *testing.T) {
errCh = make(chan string)
)
err = testutil.CheckPostJSON(tests.TestDialClient, urlPrefix, jsonBody,
testutil.StatusOK(re), testutil.StringContain(re, "Concurrency limiter is changed"))
testutil.StatusOK(re), testutil.StringContain(re, "gRPC limiter is changed"))
re.NoError(err)
re.NoError(failpoint.Enable("github.com/tikv/pd/server/delayProcess", `pause`))
var wg sync.WaitGroup
Expand Down

0 comments on commit 2a5e80d

Please sign in to comment.