From 6536356af5643f90d966a740a62c18b437a2bf93 Mon Sep 17 00:00:00 2001 From: Douglas Gubert Date: Mon, 27 Nov 2023 20:44:42 -0300 Subject: [PATCH] Fix Api tests --- tests/test-data/utilities.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-data/utilities.ts b/tests/test-data/utilities.ts index 8e4f90987..cc6b1cc0f 100644 --- a/tests/test-data/utilities.ts +++ b/tests/test-data/utilities.ts @@ -244,6 +244,8 @@ export class TestData { endpoints: [ { path, + // The move to the Deno runtime now requires us to manually set what methods are available + _availableMethods: ['get'], get( request: IApiRequest, endpoint: IApiEndpointInfo,