From 017a24f6daaebeea349e16e7b4b7079c9d9b2ce9 Mon Sep 17 00:00:00 2001 From: Ryan Wilson-Perkin Date: Tue, 4 Aug 2020 14:14:55 -0400 Subject: [PATCH] Fixed typo "permanen" Noticed the use of the name "permanen-redirect" instead of "permanent-redirect" in some annotations for this test --- test/e2e/annotations/redirect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/annotations/redirect.go b/test/e2e/annotations/redirect.go index cb6285562..84c219b71 100644 --- a/test/e2e/annotations/redirect.go +++ b/test/e2e/annotations/redirect.go @@ -27,7 +27,7 @@ import ( "k8s.io/ingress-nginx/test/e2e/framework" ) -var _ = framework.DescribeAnnotation("permanen-redirect permanen-redirect-code", func() { +var _ = framework.DescribeAnnotation("permanent-redirect permanent-redirect-code", func() { f := framework.NewDefaultFramework("redirect") ginkgo.It("should respond with a standard redirect code", func() {