diff --git a/test/metabase/api/collection_test.clj b/test/metabase/api/collection_test.clj
index 7db7f76504667dd0cfda8f05332fa355c6b3d32a..8614ce3faef1fb2b94a28f8d65c2b3d959c83a03 100644
--- a/test/metabase/api/collection_test.clj
+++ b/test/metabase/api/collection_test.clj
@@ -180,6 +180,7 @@
    :personal_owner_id   (user->id :lucky)
    :effective_ancestors ()
    :effective_location  "/"
+   :parent_id           nil
    :id                  (u/get-id (collection/user->personal-collection (user->id :lucky)))
    :location            "/"})
 
@@ -336,7 +337,8 @@
    :id                  "root"
    :can_write           true
    :effective_location  nil
-   :effective_ancestors []}
+   :effective_ancestors []
+   :parent_id           nil}
   (with-some-children-of-collection nil
     ((user->client :crowberto) :get 200 "collection/root")))