Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskapp committed Jul 8, 2023
1 parent 98d99d9 commit e5fe2fc
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions tests/System/resources/openapi_collection_consumer.json
Expand Up @@ -281,9 +281,7 @@
],
"description": "",
"stability": 1,
"security": [
"consumer.account"
],
"security": [],
"authorization": true,
"tags": [
"account"
Expand Down Expand Up @@ -321,9 +319,7 @@
],
"description": "",
"stability": 1,
"security": [
"consumer.account"
],
"security": [],
"authorization": true,
"tags": [
"account"
Expand Down Expand Up @@ -1195,9 +1191,7 @@
],
"description": "",
"stability": 1,
"security": [
"consumer.page"
],
"security": [],
"authorization": true,
"tags": [
"page"
Expand Down Expand Up @@ -1248,9 +1242,7 @@
],
"description": "",
"stability": 1,
"security": [
"consumer.page"
],
"security": [],
"authorization": true,
"tags": [
"page"
Expand Down

0 comments on commit e5fe2fc

Please sign in to comment.