Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: sakshi-1505 <sakshipatle.0808cs171134@gmail.com>
  • Loading branch information
sakshi-1505 committed Oct 17, 2023
1 parent e99ce02 commit 6cefdb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/openstack/loadbalancer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -640,8 +640,8 @@ func TestLbaasV2_createLoadBalancerStatus(t *testing.T) {
}

result := lbaas.createLoadBalancerStatus(tt.args.service, tt.args.svcConf, tt.args.addr)
assert.Equal(t, tt.want.HostName, expectedResult.Ingress[0].Hostname)
assert.Equal(t, tt.want.IPAddress, expectedResult.Ingress[0].IP)
assert.Equal(t, tt.want.HostName, result.Ingress[0].Hostname)
assert.Equal(t, tt.want.IPAddress, result.Ingress[0].IP)

})
}
Expand Down

0 comments on commit 6cefdb3

Please sign in to comment.