From afe21cadbbfb762c46dc35803a554138b753d0b9 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 6147a68f..d80532c1 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 }