From 9c27cdc4bcb3a3674426f3d0f9ce85e73bf82acd Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Tue, 18 Jun 2024 17:34:22 +1200 Subject: [PATCH] Update test spec --- tests/resources/spec.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/resources/spec.json b/tests/resources/spec.json index d3ddf0676..c56ea3da5 100644 --- a/tests/resources/spec.json +++ b/tests/resources/spec.json @@ -1227,10 +1227,10 @@ ] } }, - "\/mock\/tests\/general\/enum": { + "\/mock\/tests\/general\/enums": { "post": { "summary": "Enum Test", - "operationId": "generalEnum", + "operationId": "generalEnums", "consumes": [ "application\/json" ], @@ -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,