Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add e2e test cases for proxy-rewrite plugin #341

Merged
merged 15 commits into from
Apr 9, 2021
Prev Previous commit
Next Next commit
update yaml config
  • Loading branch information
Firstsawyou committed Apr 6, 2021
commit e75471968685411541a59e3854bfd72d949d6425
2 changes: 1 addition & 1 deletion test/e2e/plugins/proxy_rewrite.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
http:
- name: rule1
match:
hosts:
hosts:
- test.com
paths:
- /hello
Expand Down