Skip to content
Snippets Groups Projects
Commit 3746d13b authored by Cam Saul's avatar Cam Saul
Browse files

remove debug code

parent c709a3b3
Branches
Tags
No related merge requests found
......@@ -9,16 +9,6 @@
[revision-test :refer [with-fake-card]])
[metabase.test.data.users :refer :all]))
(defn x []
(with-fake-card [{card-id :id}]
(with-fake-card [{card-id :id}]
((user->client :rasta) :get 200 "revision", :entity :card, :id card-id))))
(defn y []
(with-fake-card [{card-id :id}]
((user->client :rasta) :get 200 "revision", :entity :card, :id card-id)))
(defn- fake-dashboard [& {:as kwargs}]
(m/mapply db/ins Dashboard (merge {:name (str (java.util.UUID/randomUUID))
:public_perms 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment