mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-10-14 11:21:01 +02:00
fix Cloudflare TestGroupByNameAndType to allow for different ordering in actual vs expected. (This shouldn't really be part of the PR, but it is intermitently breaking builds.)
This commit is contained in:
parent
0a7c3ba271
commit
24e5529cc1
@ -814,6 +814,6 @@ func TestGroupByNameAndType(t *testing.T) {
|
||||
}
|
||||
|
||||
for _, tc := range testCases {
|
||||
assert.Equal(t, groupByNameAndType(tc.Records), tc.ExpectedEndpoints)
|
||||
assert.ElementsMatch(t, groupByNameAndType(tc.Records), tc.ExpectedEndpoints)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user