Skip to content

Commit

Permalink
fix namespace in 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nfi-hashicorp committed Jun 29, 2023
1 parent fb9b76a commit 6124ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-integ/peering_commontopo/ac7_2_rotate_leader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (s *ac7_2RotateLeaderSuite) test(t *testing.T, ct *commonTopo) {
found := 0
foundI := 0
for i, svc := range ceAsES.Services {
if svc.Name == s.sidServer.Name && svc.Namespace == s.sidServer.Namespace {
if svc.Name == s.sidServer.Name && svc.Namespace == utils.DefaultToEmpty(s.sidServer.Namespace) {
found += 1
foundI = i
}
Expand Down

0 comments on commit 6124ac9

Please sign in to comment.