Skip to content

Commit

Permalink
Update test spec
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Jun 18, 2024
1 parent e51efe0 commit 9c27cdc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/resources/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -1227,10 +1227,10 @@
]
}
},
"\/mock\/tests\/general\/enum": {
"\/mock\/tests\/general\/enums": {
"post": {
"summary": "Enum Test",
"operationId": "generalEnum",
"operationId": "generalEnums",
"consumes": [
"application\/json"
],
Expand All @@ -1256,11 +1256,11 @@
}
},
"x-appwrite": {
"method": "enum",
"method": "enums",
"weight": 284,
"cookies": false,
"type": "",
"demo": "general\/enum.md",
"demo": "general\/enums.md",
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/masterMock an enum parameter.",
"rate-limit": 0,
"rate-time": 3600,
Expand Down

0 comments on commit 9c27cdc

Please sign in to comment.