From 609061e30fee879c31abfd78d7f86a5a3357eba7 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) }