mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-05 17:16:59 +02:00
fix: update test with LB hostname
This commit is contained in:
parent
d9606dea3f
commit
131501118b
@ -120,11 +120,6 @@ func TestAmbassadorHostSource(t *testing.T) {
|
||||
},
|
||||
},
|
||||
expected: []*endpoint.Endpoint{
|
||||
{
|
||||
DNSName: "www.example.org",
|
||||
RecordType: endpoint.RecordTypeAAAA,
|
||||
Targets: endpoint.Targets{"2001:4860:4860::8844", "2001:4860:4860::8888"},
|
||||
},
|
||||
{
|
||||
DNSName: "www.example.org",
|
||||
RecordType: endpoint.RecordTypeA,
|
||||
|
Loading…
Reference in New Issue
Block a user