tkf / emacs-request

Request.el -- Easy HTTP request for Emacs Lisp
http://tkf.github.com/emacs-request/
GNU General Public License v3.0
629 stars 93 forks source link

remove spurious with-response-slots from request-auth test #181

Closed jktomer closed 4 years ago

jktomer commented 4 years ago

This test invokes request-testing-with-response-slots but has no body to actually use the response slots; all the test assertions are in the response-producing form. Removing the macro invocation eliminates a byte-compilation error.

dickmao commented 4 years ago

Very true. Thanks.