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

fixing card api unit test to account for the fact that we are now hydrating...

fixing card api unit test to account for the fact that we are now hydrating :creator on card api fetches.
parent c6b22b28
No related branches found
No related tags found
No related merge requests found
......@@ -80,6 +80,15 @@
:organization_id nil
:name card-name
:creator_id (user->id :rasta)
:creator (match-$ (fetch-user :rasta)
{:common_name "Rasta Toucan",
:is_superuser false,
:last_login $,
:last_name "Toucan",
:first_name "Rasta",
:date_joined $,
:email "rasta@metabase.com",
:id $})
:updated_at $
:dataset_query {:type "query"
:query {:source_table (table->id :categories)
......
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