Removes unused const from customhttperrors e2e test

This commit is contained in:
jasongwartz 2019-02-25 17:27:05 +01:00
parent 531d8c2c08
commit 609061e30f

View file

@ -27,8 +27,6 @@ import (
"k8s.io/ingress-nginx/test/e2e/framework"
)
const defaultBackendName = "upstream-default-backend"
func errorBlockName(upstreamName string, errorCode string) string {
return fmt.Sprintf("@custom_%s_%s", upstreamName, errorCode)
}