mirror of
https://github.com/heyarne/airsonic-ui.git
synced 2026-05-07 02:33:39 +02:00
Use more sensible naming for api responses
This commit is contained in:
parent
bebd674d7c
commit
02f558226c
4 changed files with 16 additions and 16 deletions
|
|
@ -62,7 +62,7 @@
|
|||
(testing "invokes correct callback on server response"
|
||||
(is (= [:credentials/authentication-response fixtures/credentials] (:on-success request))))
|
||||
(testing "invokes correct callback when server is not reachable"
|
||||
(is (= [:api/failed-response] (:on-failure request))))))
|
||||
(is (= [:api.response/failed] (:on-failure request))))))
|
||||
|
||||
(deftest authentication-response
|
||||
(testing "On success"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue