Skip to content
Snippets Groups Projects
Unverified Commit 140d4bc8 authored by Ryan Senior's avatar Ryan Senior Committed by GitHub
Browse files

Merge pull request #7080 from metabase/test-fix

Fix tests :wrench:
parents c1ab5aed bb65ae16
No related branches found
No related tags found
No related merge requests found
......@@ -386,7 +386,9 @@
;;; +----------------------------------------------------------------------------------------------------------------+
(defn- mbql-card-referencing-nothing []
{:dataset_query {:database (data/id)}})
{:dataset_query {:database (data/id)
:type :query
:query {:source-table (data/id :venues)}}})
(defn mbql-card-referencing [table-kw field-kw]
{:dataset_query
......
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