Skip to content
Snippets Groups Projects
Commit d59a9cd4 authored by Tom Robinson's avatar Tom Robinson
Browse files

Fix missing parent_id in tests

parent d1170777
No related merge requests found
......@@ -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")))
......
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