From 131501118b08deafa2c5bf18e7bf02b138014e3f Mon Sep 17 00:00:00 2001 From: Frederic Mereu Date: Wed, 24 Jan 2024 13:37:24 +0100 Subject: [PATCH] fix: update test with LB hostname --- source/ambassador_host_test.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/source/ambassador_host_test.go b/source/ambassador_host_test.go index 508ba9464..21ee0defb 100644 --- a/source/ambassador_host_test.go +++ b/source/ambassador_host_test.go @@ -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,