From 6fb253334b55f245fd17aee4d25b6b0d401f28e1 Mon Sep 17 00:00:00 2001 From: Timm Date: Sun, 20 Apr 2025 01:47:43 +0200 Subject: [PATCH] test/monitor.js aktualisiert --- test/monitor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monitor.js b/test/monitor.js index 5cfc2bf..128d3a0 100644 --- a/test/monitor.js +++ b/test/monitor.js @@ -68,7 +68,7 @@ if (!PUSHGATEWAY_URL) { const protocolLib = pushUrl.protocol === 'https:' ? https : http; const options = { hostname: pushUrl.hostname, - path: `/metrics/job/${encodeURIComponent(TESTNAME)}` + path: `/metrics/job/${encodeURIComponent(TESTNAME)}`, method: 'POST', headers: { 'Content-Type': 'text/plain' } };