From 155b46fae49b19d7b2fe134540c4ee8bb3682c3a Mon Sep 17 00:00:00 2001 From: Michael Bykovski Date: Wed, 12 Jul 2017 10:43:50 +0200 Subject: [PATCH] Append method to tests --- tests/tests.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests.js b/tests/tests.js index 8c77954..e2a1a3e 100644 --- a/tests/tests.js +++ b/tests/tests.js @@ -43,6 +43,7 @@ exports.defineManualTests = function(contentEl, createActionButton) { console.log('headers: ', request.headers); console.log('path: ', request.path); console.log('query: ', request.query); + console.log('method: ', request.method); webserver.sendResponse( request.requestId,