Skip to content

Commit

Permalink
Merge pull request openstack-k8s-operators#549 from stuggi/fix_routed…
Browse files Browse the repository at this point in the history
…_override_test

Fix TestValidateRoutedOverrides
  • Loading branch information
stuggi authored Aug 8, 2024
2 parents ac8a151 + 456ee4e commit 579da98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/common/service/types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ func TestValidateRoutedOverrides(t *testing.T) {
t.Run(tt.name, func(t *testing.T) {
g := NewWithT(t)

g.Expect(ValidateRoutedOverrides(tt.basePath, tt.overrides)).To(Equal(tt.want))
g.Expect(ValidateRoutedOverrides(tt.basePath, tt.overrides)).To(ContainElements(tt.want))
})
}
}

0 comments on commit 579da98

Please sign in to comment.