Removes unused const from customhttperrors e2e test
This commit is contained in:
parent
d8ec96ca7d
commit
164b8590a3
1 changed files with 0 additions and 2 deletions
|
@ -27,8 +27,6 @@ import (
|
||||||
"k8s.io/ingress-nginx/test/e2e/framework"
|
"k8s.io/ingress-nginx/test/e2e/framework"
|
||||||
)
|
)
|
||||||
|
|
||||||
const defaultBackendName = "upstream-default-backend"
|
|
||||||
|
|
||||||
func errorBlockName(upstreamName string, errorCode string) string {
|
func errorBlockName(upstreamName string, errorCode string) string {
|
||||||
return fmt.Sprintf("@custom_%s_%s", upstreamName, errorCode)
|
return fmt.Sprintf("@custom_%s_%s", upstreamName, errorCode)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue