From 51954d1ed55b2456523a5801b815ff9ba396d688 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 14 Nov 2023 15:55:27 +0000 Subject: [PATCH] switch another test to http/80 --- tests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests.json b/tests.json index 384f058b..9179aba0 100644 --- a/tests.json +++ b/tests.json @@ -505,13 +505,13 @@ "input": { "arguments": [ "--url", - "https://curl.se/we/are.html", + "http://curl.se/we/are.html", "-g", "{default:port}" ] }, "expected": { - "stdout": "443\n", + "stdout": "80\n", "stderr": "", "returncode": 0 }