Skip to content

Commit

Permalink
ay
Browse files Browse the repository at this point in the history
  • Loading branch information
torywheelwright committed Apr 3, 2024
1 parent 3e11b91 commit 5dcc6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integration-tests/fault-injection/redisStopStart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ func TestRedisStopStart(t *testing.T) {
t.Errorf("Metric otr_redispub_processed_messages(status: failed, clientIdx: 0) = %d, expected 0", nPermFail)
}

nTempFail := harness.FindPromMetricCounter(metrics, "otr_redispub_temporary_send_failures", map[string]string{})
nTempFail := harness.FindPromMetricCounter(metrics, "otr_redispub_temporary_send_failures", map[string]string{ "clientIdx": "0" })
if nTempFail <= 0 {
t.Errorf("Metric otr_redispub_processed_messages = %d, expected >0", nTempFail)
t.Errorf("Metric otr_redispub_temporary_send_failures(clientIdx: 0) = %d, expected >0", nTempFail)
}
}

0 comments on commit 5dcc6ac

Please sign in to comment.