Skip to content

Commit

Permalink
fix: wrong var type in response_rewrite e2e (apache#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-6443 authored and Sindweller committed Nov 25, 2021
1 parent 6768f0a commit 28e3ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/plugins/response_rewrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ spec:
location: https://a.com/b/c
x-changed-by: apisix
vars:
- ["status", "==", "200"]
- ["status", "==", 200]
`, backendSvc, backendPorts[0])

assert.Nil(ginkgo.GinkgoT(), s.CreateResourceFromString(ar))
Expand Down

0 comments on commit 28e3ec9

Please sign in to comment.