Firstsawyou commented on pull request #3253:
URL: https://github.com/apache/apisix/pull/3253#issuecomment-796899591


   > @Firstsawyou
   > 
   > Do you have time to find out why the test case failed? You can submit a 
patch for @jbampton
   > 
   > help him to finish this PR, many thx
   
   The test case failure is caused by the following two reasons:
   
   1. In the test file of `t/plugin/echo.t`, `userpasswrd` should be 
`userpassword`.
   
   ```git
   diff --git a/t/plugin/echo.t b/t/plugin/echo.t
   index e45fa89..97103a4 100644
   --- a/t/plugin/echo.t
   +++ b/t/plugin/echo.t
   @@ -269,7 +269,7 @@ Location: https://www.iresty.com
                                "plugins": {
                                   "echo": {
                                    "before_body": "before the body 
modification ",
   -                                 "auth_value" : "userpasswrd",
   +                                 "auth_value" : "userpassword",
                                    "headers": {
                                        "Location":"https://www.iresty.com";
                                    }
   ```
   
   2、[api7/jsonschema](https://github.com/api7/jsonschema) has not released a 
new version after `sctrictly` is fixed (`sctrictly` -> `strictly`). We need to 
release a new version of [api7/jsonschema](https://github.com/api7/jsonschema) 
to support `strictly`.


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to