test: fix test with LB hostname

This commit is contained in:
Frederic Mereu 2024-02-12 13:13:31 +01:00
parent f721b415db
commit 13f6df502d
No known key found for this signature in database
GPG Key ID: 8CE4FC10C7F26E85

View File

@ -122,8 +122,8 @@ func TestAmbassadorHostSource(t *testing.T) {
expected: []*endpoint.Endpoint{
{
DNSName: "www.example.org",
RecordType: endpoint.RecordTypeA,
Targets: endpoint.Targets{"8.8.4.4", "8.8.8.8"},
RecordType: endpoint.RecordTypeCNAME,
Targets: endpoint.Targets{"dns.google"},
},
},
}, {