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

Merge pull request #458 from metabase/fix_unit_tests

fixing a couple new references to @org-id which were missed in the `orgless` branch.
parents 045ff994 31416b13
No related branches found
No related tags found
No related merge requests found
......@@ -174,7 +174,7 @@
:details $
:updated_at $
:name "Test Database"
:organization_id @org-id
:organization_id nil
:description nil})
:name "USERS"
:fields [(match-$ (sel :one Field :id (field->id :users :id))
......@@ -274,7 +274,7 @@
:details $
:updated_at $
:name "Test Database"
:organization_id @org-id
:organization_id nil
:description nil})
:name "USERS"
:fields [(match-$ (sel :one Field :id (field->id :users :id))
......
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