Skip to content

Commit

Permalink
Migrate from requestbin to httpstat.us
Browse files Browse the repository at this point in the history
requestbin has been having problems -- the 200 endpoint is returning 504s. I'd like to see if httpstat.us is better.
  • Loading branch information
zck committed Jun 3, 2023
1 parent c5982fc commit 4394ee7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/client.arc.t
Expand Up @@ -39,7 +39,7 @@
(assert-same "Cookie: name=value; name2=value2; Expires=Wed, 09 Jun 2021;"
(encode-cookies (list "name" "value" "name2" "value2" "Expires" "Wed, 09 Jun 2021")))))
(suite send-request
(test ping-httpbin
(test get-200
(assert-same "HTTP/1.1 200 OK"
(caar (mkreq "www.httpbin.org/status/200"))))))
(caar (mkreq "https://httpstat.us/200"))))))

0 comments on commit 4394ee7

Please sign in to comment.