fix tests

Signed-off-by: Patrik Cyvoct <patrik@ptrk.io>
This commit is contained in:
Patrik Cyvoct 2020-11-05 13:02:37 +01:00
parent 1fd08bc92e
commit 11b97e9ef8
No known key found for this signature in database
GPG Key ID: 4334D82B950FB63A
2 changed files with 0 additions and 12 deletions

View File

@ -2709,12 +2709,6 @@ func TestLoadBalancerIngressRouteTypeProxy(t *testing.T) {
ipMode: &ipModeVIP,
expectedRule: true,
},
{
svcIP: "10.20.30.43",
svcLBIP: "1.2.3.6",
ipMode: nil,
expectedRule: true,
},
}
svcPort := 80

View File

@ -4348,12 +4348,6 @@ func TestLoadBalancerIngressRouteTypeProxy(t *testing.T) {
ipMode: &ipModeVIP,
expectedServices: 2,
},
{
svcIP: "10.20.30.43",
svcLBIP: "1.2.3.6",
ipMode: nil,
expectedServices: 2,
},
}
svcPort := 80