diff --git a/server/monitor_test.go b/server/monitor_test.go index fc4b95f8..f13aaac7 100644 --- a/server/monitor_test.go +++ b/server/monitor_test.go @@ -4427,7 +4427,7 @@ func TestMonitorJsz(t *testing.T) { t.Fatal("expected stream raft group info to be included") } crgroup := si.ConsumerRaftGroups[0] - if crgroup.Name != "my-consumer-replicated" { + if crgroup.Name != "my-consumer-replicated" && crgroup.Name != "my-consumer-mirror" { t.Fatalf("expected consumer name to be included in raft group info, got: %v", crgroup.Name) } if len(crgroup.RaftGroup) == 0 {