From d097d2bb78fba73ee92bc864cd3c5a78068c13d4 Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 14 Mar 2025 15:25:49 -0400 Subject: [PATCH] Removed unused ping.http --- tests/ping.http | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 tests/ping.http diff --git a/tests/ping.http b/tests/ping.http deleted file mode 100644 index 1d89fb9..0000000 --- a/tests/ping.http +++ /dev/null @@ -1,11 +0,0 @@ -< {% - import {randomCrc32String} from "./utilities.js"; - request.variables.set("id", randomCrc32String()); -%} -POST http://172.27.7.211/ -Content-Type: application/json - -{ - "method": "ping", - "id": "{{id}}" -} \ No newline at end of file