Firstsawyou commented on pull request #3253:
URL: https://github.com/apache/apisix/pull/3253#issuecomment-797288180
Hi, @jbampton
A new version of `api7/jsonschema` has been released, you can now try to
update the following two parts of the code:
```shell
diff --git a/rockspec/apisix-master-0.rockspec
b/rockspec/apisix-master-0.rockspec
index 1806b7c..37f911f 100644
--- a/rockspec/apisix-master-0.rockspec
+++ b/rockspec/apisix-master-0.rockspec
@@ -50,7 +50,7 @@ dependencies = {
"luafilesystem = 1.7.0-2",
"lua-tinyyaml = 1.0",
"nginx-lua-prometheus = 0.20201218",
- "jsonschema = 0.9.3",
+ "jsonschema = 0.9.4",
"lua-resty-ipmatcher = 0.6",
"lua-resty-kafka = 0.07",
"lua-resty-logger-socket = 2.0-0",
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"
}
```
----------------------------------------------------------------
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]