From c46c4a2a54d44dff59bd3d30d6d5b606362f07c2 Mon Sep 17 00:00:00 2001 From: max funk Date: Thu, 28 Dec 2023 20:21:47 -0700 Subject: [PATCH] ipv6 in client editor request --- test/thunder-tests/thunderclient.json | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/test/thunder-tests/thunderclient.json b/test/thunder-tests/thunderclient.json index 631545fd..5edd8480 100644 --- a/test/thunder-tests/thunderclient.json +++ b/test/thunder-tests/thunderclient.json @@ -326,16 +326,15 @@ "colId": "ad756c83-e4e1-4c6e-a602-fbaee6aaab6c", "containerId": "", "name": "rule healthcheck", - "url": "http://0.0.0.0:8080/healthz", + "url": "http://[::1]:10001/healthz", "method": "GET", "sortNum": 20000, "created": "2023-03-10T06:03:42.460Z", - "modified": "2023-03-10T06:03:42.460Z", + "modified": "2023-12-17T23:57:13.678Z", "headers": [ { - "name": "Accept", - "value": "*/*", - "isDisabled": true + "name": "content-length", + "value": "0" }, { "name": "User-Agent", @@ -351,11 +350,11 @@ "colId": "ad756c83-e4e1-4c6e-a602-fbaee6aaab6c", "containerId": "", "name": "rule", - "url": "{{RULE_URL}}", + "url": "http://[::1]:10001", "method": "POST", "sortNum": 30000, "created": "2023-03-11T06:01:49.273Z", - "modified": "2023-05-10T21:52:13.267Z", + "modified": "2023-12-17T23:57:55.243Z", "headers": [ { "name": "Content-Type",