Skip to content

Commit

Permalink
chore(ci): fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mloiseleur committed Apr 19, 2024
1 parent de08c4e commit 472467d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ func testServiceSourceEndpoints(t *testing.T) {
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.RecordTypeAAAA, Targets: endpoint.Targets{"2606:2800:21f:cb07:6820:80da:af6b:8b2c"}},
},
},
{
Expand Down

0 comments on commit 472467d

Please sign in to comment.