Skip to content

Commit

Permalink
Address review comment
Browse files Browse the repository at this point in the history
Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas committed Sep 24, 2024
1 parent dc0da75 commit fc16420
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controller/egress/controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ func TestRecreateExternalIPPoolWithNewRange(t *testing.T) {
require.True(t, cache.WaitForCacheSync(stopCh, controller.externalIPAllocator.HasSynced))
controller.restoreIPAllocations([]*v1beta1.Egress{egress})

getEgressIP, _, err := controller.syncEgressIP(egress)
getEgressIP, egress, err := controller.syncEgressIP(egress)
require.NoError(t, err)
assert.Equal(t, net.ParseIP("1.1.1.1"), getEgressIP)

Expand Down

0 comments on commit fc16420

Please sign in to comment.