Skip to content

Commit

Permalink
fix test hopefully
Browse files Browse the repository at this point in the history
  • Loading branch information
torywheelwright committed Apr 1, 2024
1 parent bd4c069 commit 5711599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions integration-tests/fault-injection/redisStopStart_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ func TestRedisStopStart(t *testing.T) {

nPermFail := harness.FindPromMetricCounter(metrics, "otr_redispub_processed_messages", map[string]string{
"status": "failed",
"clientIdx": "0",
})
if nPermFail != 0 {
t.Errorf("Metric otr_redispub_processed_messages(status: failed) = %d, expected 0", nPermFail)
Expand Down

0 comments on commit 5711599

Please sign in to comment.