Skip to content
Snippets Groups Projects
Commit 3484e1a1 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

removing unit test for api endpoint that no longer exists.

parent bc0c0554
No related branches found
No related tags found
No related merge requests found
......@@ -21,28 +21,6 @@
:dbname "fakedb"
:user "cam"}}))
;; # FORM INPUT
;; ## GET /api/database/form_input
(expect
{:engines (into {} (for [[driver info] @driver/available-drivers]
{driver (-> info
(update :details-fields (partial map (fn [field]
(cond-> field
(:type field) (update :type name)))))
(update :features (partial map name)))}))
:timezones ["GMT"
"UTC"
"US/Alaska"
"US/Arizona"
"US/Central"
"US/Eastern"
"US/Hawaii"
"US/Mountain"
"US/Pacific"
"America/Costa_Rica"]}
((user->client :crowberto) :get 200 "database/form_input"))
;; # DB LIFECYCLE ENDPOINTS
;; ## GET /api/database/:id
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment