Skip to content

Commit 31cef42

Browse files
authored
Migrate from requestbin to httpstat.us (#224)
requestbin has been having problems -- the 200 endpoint is returning 504s. I'd like to see if httpstat.us is better.
1 parent c5982fc commit 31cef42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/client.arc.t

+2-2
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
(assert-same "Cookie: name=value; name2=value2; Expires=Wed, 09 Jun 2021;"
4040
(encode-cookies (list "name" "value" "name2" "value2" "Expires" "Wed, 09 Jun 2021")))))
4141
(suite send-request
42-
(test ping-httpbin
42+
(test get-200
4343
(assert-same "HTTP/1.1 200 OK"
44-
(caar (mkreq "www.httpbin.org/status/200"))))))
44+
(caar (mkreq "httpstat.us/200"))))))
4545

0 commit comments

Comments
 (0)