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

Fix failing Presto test

parent beb824c0
Branches
Tags
No related merge requests found
......@@ -15,10 +15,11 @@
[metabase.models
[field :refer [Field]]
[table :as table :refer [Table]]]
[metabase.test.fixtures :as fixtures]
[metabase.test.util.log :as tu.log]
[toucan.db :as db]))
(use-fixtures :once (mt/initialize-if-needed! :db))
(use-fixtures :once (fixtures/initialize :db))
(deftest details->uri-test
(is (= "http://localhost:8080/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment