Skip to content

Commit

Permalink
Fix unrelated change on service_test.go address
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocaylent committed Apr 22, 2024
1 parent 64d0833 commit 5190777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,8 +406,8 @@ func testServiceSourceEndpoints(t *testing.T) {
serviceTypesFilter: []string{},
resolveLoadBalancerHostname: true,
expected: []*endpoint.Endpoint{
{DNSName: "foo.example.org", RecordType: endpoint.RecordTypeA, Targets: endpoint.Targets{"93.184.216.34"}},
{DNSName: "foo.example.org", RecordType: endpoint.RecordTypeAAAA, Targets: endpoint.Targets{"2606:2800:220:1:248:1893:25c8:1946"}},
{DNSName: "foo.example.org", RecordType: endpoint.RecordTypeA, Targets: endpoint.Targets{"93.184.215.14"}},
{DNSName: "foo.example.org", RecordType: endpoint.RecordTypeAAAA, Targets: endpoint.Targets{"2606:2800:21f:cb07:6820:80da:af6b:8b2c"}},
},
},
{
Expand Down

0 comments on commit 5190777

Please sign in to comment.