Skip to content

Commit

Permalink
fix: plugin data
Browse files Browse the repository at this point in the history
  • Loading branch information
bzp2010 committed Dec 30, 2022
1 parent 2e9b0a8 commit 96902e3
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions web/cypress/fixtures/plugin-dataset.json
Original file line number Diff line number Diff line change
Expand Up @@ -208,13 +208,6 @@
"discovery": "https://host.domain/auth/realms/foo/.well-known/uma2-configuration"
}
},
{
"shouldValid": true,
"data": {
"audience": "foo",
"discovery": "https://host.domain/auth/realms/foo/.well-known/uma2-configuration"
}
},
{
"shouldValid": true,
"data": {
Expand Down Expand Up @@ -906,16 +899,7 @@
"shouldValid": true,
"data": {
"uri": "/apisix/home",
"host": "apisix.apache.org",
"scheme": "http"
}
},
{
"shouldValid": false,
"data": {
"uri": "/apisix/home",
"host": "apisix.apache.org",
"scheme": "tcp"
"host": "apisix.apache.org"
}
},
{
Expand Down

0 comments on commit 96902e3

Please sign in to comment.