Skip to content

Commit

Permalink
make a test work with a libcurl without TLS
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Nov 14, 2023
1 parent be195bc commit afd136e
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 @@ -323,13 +323,13 @@
"arguments": [
"--default-port",
"--url",
"https://curl.se/we/are.html",
"http://curl.se/we/are.html",
"--get",
"{port}"
]
},
"expected": {
"stdout": "443\n",
"stdout": "80\n",
"stderr": "",
"returncode": 0
}
Expand Down

0 comments on commit afd136e

Please sign in to comment.