Skip to content

Commit

Permalink
chore: fix e2e ip-restriction plugin text (#488)
Browse files Browse the repository at this point in the history
Signed-off-by: Ling Samuel <lingsamuelgrace@gmail.com>
  • Loading branch information
lingsamuel authored May 25, 2021
1 parent 92896f1 commit d6d3796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/plugins/ip-restriction.go
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit d6d3796

Please sign in to comment.