mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
fix broken test after merge
This commit is contained in:
parent
60a79b698b
commit
ed71ab6fb6
@ -1565,7 +1565,7 @@ func TestHeadlessServices(t *testing.T) {
|
|||||||
hostnameAnnotationKey: "service.example.org",
|
hostnameAnnotationKey: "service.example.org",
|
||||||
},
|
},
|
||||||
v1.ClusterIPNone,
|
v1.ClusterIPNone,
|
||||||
"1.1.1.1",
|
[]string{"1.1.1.1", "1.1.1.2"},
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"component": "foo",
|
"component": "foo",
|
||||||
},
|
},
|
||||||
@ -1796,7 +1796,7 @@ func TestHeadlessServicesHostIP(t *testing.T) {
|
|||||||
hostnameAnnotationKey: "service.example.org",
|
hostnameAnnotationKey: "service.example.org",
|
||||||
},
|
},
|
||||||
v1.ClusterIPNone,
|
v1.ClusterIPNone,
|
||||||
"1.1.1.1",
|
[]string{"1.1.1.1", "1.1.1.2"},
|
||||||
map[string]string{
|
map[string]string{
|
||||||
"component": "foo",
|
"component": "foo",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user