Fix the test of Lack.Request for the latest http-body.

This commit is contained in:
Eitaro Fukamachi 2019-08-29 16:10:17 +09:00
parent 06bfefe2d3
commit e004344f37

View file

@ -53,8 +53,7 @@
(subtest-app "make-request"
(lambda (env)
(make-request env)
`(200 nil (,(gethash "filename"
(third (assoc "file" (request-body-parameters (make-request env)) :test #'string=))))))
`(200 nil (,(third (assoc "file" (request-body-parameters (make-request env)) :test #'string=)))))
(multiple-value-bind (body status)
(dex:post (localhost)
:content