Skip to content

Commit

Permalink
fix: wrong var type in response_rewrite e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
nic-6443 committed Nov 11, 2021
1 parent da30386 commit e2b0e9d
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 e2b0e9d

Please sign in to comment.