Skip to content

Commit

Permalink
fixing test bind throttle error
Browse files Browse the repository at this point in the history
  • Loading branch information
rajesh-1983 committed Sep 24, 2024
1 parent 133c2c2 commit bb68a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittest/bindThrottle/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ func mkClients(num int, stop *int, bindV int, grpName string, outErr *string, db
func TestBindThrottle(t *testing.T) {
// we would like to clear hera.log, but even if we try, lots of messages still go there
logger.GetLogger().Log(logger.Debug, "BindThrottle +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n")
err := partialBadLoad(0.10)
err := partialBadLoad(0.07)
if err != nil && err != NormCliErr() {
t.Fatalf("main step function returned err %s", err.Error())
}
Expand Down

0 comments on commit bb68a2d

Please sign in to comment.