Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
liuxiran committed Sep 3, 2021
1 parent 4dc4c9a commit 5e26fc4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions web/cypress/fixtures/plugin-dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -693,13 +693,13 @@
"data": {}
},
{
"shouldValid": false,
"shouldValid": true,
"data": {
"invalid": "invalid"
}
},
{
"shouldValid": false,
"shouldValid": true,
"data": {
"invalid_property": 1
}
Expand Down Expand Up @@ -862,7 +862,7 @@
}
},
{
"shouldValid": false,
"shouldValid": true,
"data": {
"uri": "/apisix/home",
"host": "apisix.apache.org",
Expand Down Expand Up @@ -1054,7 +1054,7 @@
}
},
{
"shouldValid": false,
"shouldValid": true,
"data": {
"body": "Hello world",
"headers": {
Expand Down

0 comments on commit 5e26fc4

Please sign in to comment.