Skip to content

Commit

Permalink
switch another test to http/80
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 14, 2023
1 parent 9674413 commit 51954d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 51954d1

Please sign in to comment.