mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Fix error message of ListTargetHTTPSProxies
The error message of ListTargetHTTPSProxies operation contained ListTargetHTTPProxies(HTTP instead of HTTPS) wrongly. This fixes it.
This commit is contained in:
parent
2c2ca27bfc
commit
7ca57877b0
@ -219,7 +219,7 @@ var _ = SIGDescribe("Loadbalancing: L7", func() {
|
||||
e2elog.Failf("unexpected target http proxies, expected none, got: %v", gceController.ListTargetHTTPProxies())
|
||||
}
|
||||
if len(gceController.ListTargetHTTPSProxies()) != 0 {
|
||||
e2elog.Failf("unexpected target https proxies, expected none, got: %v", gceController.ListTargetHTTPProxies())
|
||||
e2elog.Failf("unexpected target https proxies, expected none, got: %v", gceController.ListTargetHTTPSProxies())
|
||||
}
|
||||
if len(gceController.ListSslCertificates()) != 0 {
|
||||
e2elog.Failf("unexpected ssl certificates, expected none, got: %v", gceController.ListSslCertificates())
|
||||
|
Loading…
Reference in New Issue
Block a user