Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Leung <rleungx@gmail.com>
  • Loading branch information
rleungx committed Sep 27, 2024
1 parent 15bfdc5 commit e681eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/service_middleware_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ func (suite *rateLimitConfigTestSuite) TestUpdateGRPCRateLimitConfig() {
jsonBody, err = json.Marshal(input)
re.NoError(err)
err = tu.CheckPostJSON(testDialClient, urlPrefix, jsonBody,
tu.StatusOK(re), tu.StringContain(re, "gRPC limiter is updated."))
tu.StatusOK(re), tu.StringContain(re, "gRPC limiter is deleted."))
re.NoError(err)

// change both
Expand Down

0 comments on commit e681eab

Please sign in to comment.