hf400159 commented on code in PR #7087: URL: https://github.com/apache/apisix/pull/7087#discussion_r877655157
########## docs/en/latest/plugin-develop.md: ########## @@ -510,7 +510,7 @@ The above test case represents a simple scenario. Most scenarios will require mu Additionally, there are some convenience testing endpoints which can be found [here](https://github.com/apache/apisix/blob/master/t/lib/server.lua#L36). For example, see [proxy-rewrite](https://github.com/apache/apisix/blob/master/t/plugin/proxy-rewrite.lua). In test 42, the upstream `uri` is made to redirect `/test?new_uri=hello` to `/hello` (which always returns `hello world`). In test 43, the response body is confirmed to equal `hello world`, meaning the proxy-rewrite configuration added with test 42 worked correctly. -Refer the following [document](how-to-build.md#Step-4-Run-Test-Cases) to setup the testing framework. +Refer the following [document](how-to-build.md) to setup the testing framework. Review Comment: In the future, we will continue to add a `how-to-build` document and introduce test cases in the document. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
