mirror of
https://github.com/vale981/lack
synced 2025-03-04 08:51:41 -05:00
Fix the test of Lack.Request for the latest http-body.
This commit is contained in:
parent
06bfefe2d3
commit
e004344f37
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue