Skip to content

Commit

Permalink
Fix Api tests
Browse files Browse the repository at this point in the history
  • Loading branch information
d-gubert committed Nov 27, 2023
1 parent ada6b0f commit 6536356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/test-data/utilities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 6536356

Please sign in to comment.