From 164b8590a38687545ca69149ab5a2aa45f3a29ec Mon Sep 17 00:00:00 2001 From: jasongwartz Date: Mon, 25 Feb 2019 17:27:05 +0100 Subject: [PATCH] Removes unused const from customhttperrors e2e test --- test/e2e/annotations/customhttperrors.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/e2e/annotations/customhttperrors.go b/test/e2e/annotations/customhttperrors.go index f03a2e570..56dc29f3a 100644 --- a/test/e2e/annotations/customhttperrors.go +++ b/test/e2e/annotations/customhttperrors.go @@ -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) }