Removes unused const from customhttperrors e2e test

This commit is contained in:
jasongwartz 2019-02-25 17:27:05 +01:00
parent d8ec96ca7d
commit 164b8590a3

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)
}