aboutsummaryrefslogtreecommitdiff
path: root/test/clj/queue_api
diff options
context:
space:
mode:
Diffstat (limited to 'test/clj/queue_api')
-rw-r--r--test/clj/queue_api/test/handler.clj2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/clj/queue_api/test/handler.clj b/test/clj/queue_api/test/handler.clj
index 9dd13eb..75ce8f3 100644
--- a/test/clj/queue_api/test/handler.clj
+++ b/test/clj/queue_api/test/handler.clj
@@ -47,7 +47,6 @@
(json-body {:agent_id "644be0ce-035d-48cb-867e-8e6de2714a8d"})
app)]
(is (= 200 (:status response))))))
-
(deftest job-test
(testing "Job route PUT"
(let [response (-> (request :put "/job")
@@ -62,7 +61,6 @@
:urgent false})
app)]
(is (= 400 (:status response)))))
-
(testing "Job route POST"
(let [response (-> (request :post "/job")
(json-body {:agent_id "644be0ce-035d-48cb-867e-8e6de2714a8d"})