Fixed failing http test.
h3rald h3rald@h3rald.com
Sun, 31 May 2020 17:46:53 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
tests/http.min
→
tests/http.min
@@ -52,7 +52,7 @@ {} (
("$1/delete" (url) => % %url) ("DELETE" %method) (request) - ) tap /body from-json /url "https://$1/delete" (host) => % == + ) tap /body from-json /url "http://$1/delete" (host) => % == ) assert report