Skip to content

Commit

Permalink
Update ingress_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aslafy-z authored Nov 9, 2024
1 parent 5249575 commit b6f6128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kube/wrappers/ingress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ func TestIngressWrapper_GetURL(t *testing.T) {
{
name: "IngressWithStatusIPHostButNoHostNorTLSHost",
fields: fields{
ingress: testutil.CreateIngressWithStatusHostnameHost("someIngress2", "1.1.1.1"),
ingress: testutil.CreateIngressWithStatusIPHost("someIngress2", "1.1.1.1"),
},
want: "http://1.1.1.1",
},
Expand Down

0 comments on commit b6f6128

Please sign in to comment.