Simplify annotations
This commit is contained in:
parent
1a92159fa4
commit
f055022e58
51 changed files with 195 additions and 175 deletions
|
|
@ -77,7 +77,6 @@ var _ = framework.IngressNginxDescribe("Default backend", func() {
|
|||
switch test.Scheme {
|
||||
case framework.HTTP:
|
||||
cm = request.CustomMethod(test.Method, f.NginxHTTPURL)
|
||||
break
|
||||
case framework.HTTPS:
|
||||
cm = request.CustomMethod(test.Method, f.NginxHTTPSURL)
|
||||
// the default backend uses a self generated certificate
|
||||
|
|
@ -86,7 +85,6 @@ var _ = framework.IngressNginxDescribe("Default backend", func() {
|
|||
InsecureSkipVerify: true,
|
||||
},
|
||||
}
|
||||
break
|
||||
default:
|
||||
Fail("Unexpected request scheme")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue