fix: update test with LB hostname

This commit is contained in:
Frederic Mereu 2024-01-24 13:37:24 +01:00
parent d9606dea3f
commit 131501118b
No known key found for this signature in database
GPG Key ID: 8CE4FC10C7F26E85

View File

@ -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,