Skip to content
Snippets Groups Projects
Unverified Commit 560b420b authored by Cam Saul's avatar Cam Saul
Browse files

Fix intermittent CI failures :wrench:

parent 6bc1db16
Branches
Tags
No related merge requests found
......@@ -62,7 +62,7 @@
(assoc :created_at (boolean created_at)
:updated_at (boolean updated_at)
:card (-> (into {} card)
(dissoc :id :database_id :table_id :created_at :updated_at)
(dissoc :id :database_id :table_id :created_at :updated_at :query_average_duration)
(update :collection_id boolean)))))
(defn- dashboard-response [{:keys [creator ordered_cards created_at updated_at] :as dashboard}]
......@@ -203,7 +203,6 @@
:dataset_query {}
:read_permissions nil
:visualization_settings {}
:query_average_duration nil
:result_metadata nil})
:series []}]})
;; fetch a dashboard WITH a dashboard card on it
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment