aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/extra-utils/server/debug-command.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/extra-utils/server/debug-command.ts')
-rw-r--r--shared/extra-utils/server/debug-command.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/extra-utils/server/debug-command.ts b/shared/extra-utils/server/debug-command.ts
index eecbb1711..8b24b3067 100644
--- a/shared/extra-utils/server/debug-command.ts
+++ b/shared/extra-utils/server/debug-command.ts
@@ -11,6 +11,7 @@ export class DebugCommand extends AbstractCommand {
11 ...options, 11 ...options,
12 12
13 path, 13 path,
14 implicitToken: true,
14 defaultExpectedStatus: HttpStatusCode.OK_200 15 defaultExpectedStatus: HttpStatusCode.OK_200
15 }) 16 })
16 } 17 }
@@ -26,6 +27,7 @@ export class DebugCommand extends AbstractCommand {
26 27
27 path, 28 path,
28 fields: body, 29 fields: body,
30 implicitToken: true,
29 defaultExpectedStatus: HttpStatusCode.NO_CONTENT_204 31 defaultExpectedStatus: HttpStatusCode.NO_CONTENT_204
30 }) 32 })
31 } 33 }