From d6d37960eb5db70577c544e25dbd1f31782270e2 Mon Sep 17 00:00:00 2001 From: Sarasa Kisaragi Date: Tue, 25 May 2021 15:14:53 +0800 Subject: [PATCH] chore: fix e2e ip-restriction plugin text (#488) Signed-off-by: Ling Samuel --- test/e2e/plugins/ip-restriction.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/plugins/ip-restriction.go b/test/e2e/plugins/ip-restriction.go index 7242ef95dd..602d0d4506 100644 --- a/test/e2e/plugins/ip-restriction.go +++ b/test/e2e/plugins/ip-restriction.go @@ -22,7 +22,7 @@ import ( "github.com/stretchr/testify/assert" ) -var _ = ginkgo.Describe("proxy-rewrite plugin", func() { +var _ = ginkgo.Describe("ip-restriction plugin", func() { opts := &scaffold.Options{ Name: "default", Kubeconfig: scaffold.GetKubeconfig(),