This is an automated email from the ASF dual-hosted git repository.

kvn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new d6d3796  chore: fix e2e ip-restriction plugin text (#488)
d6d3796 is described below

commit d6d37960eb5db70577c544e25dbd1f31782270e2
Author: Sarasa Kisaragi <[email protected]>
AuthorDate: Tue May 25 15:14:53 2021 +0800

    chore: fix e2e ip-restriction plugin text (#488)
    
    Signed-off-by: Ling Samuel <[email protected]>
---
 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 7242ef9..602d0d4 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(),

Reply via email to