-
Notifications
You must be signed in to change notification settings - Fork 344
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #341 +/- ##
==========================================
- Coverage 43.84% 43.82% -0.02%
==========================================
Files 40 39 -1
Lines 3435 3434 -1
==========================================
- Hits 1506 1505 -1
Misses 1761 1761
Partials 168 168
Continue to review full report at Codecov.
|
test/e2e/plugins/proxy_rewrite.go
Outdated
|
||
s.NewAPISIXClient().GET("/hello").WithHeader("Host", "httpbin.org"). | ||
Expect(). | ||
Status(200) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also check the body, which contains the string "origin".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated.
Missing cases for regex_uri and headers. |
Ping @Firstsawyou Any updates? |
Being resolved. |
@Firstsawyou Please fix the e2e failure problem. |
Fixed. |
Please answer these questions before submitting a pull request
close #335
Why submit this pull request?
Bugfix
New feature provided
Improve performance
Backport patches
Related issues
Bugfix
Description
How to fix?
New feature or improvement
Backport patches
Why need to backport?
Source branch
Related commits and pull requests
Target branch