Commit 7cb6466b authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Add parent_id back to the tests

parent a0c044c1
......@@ -698,7 +698,8 @@ describe API::Projects do
'name' => user.namespace.name,
'path' => user.namespace.path,
'kind' => user.namespace.kind,
'full_path' => user.namespace.full_path
'full_path' => user.namespace.full_path,
'parent_id' => nil
})
end
......
......@@ -734,7 +734,8 @@ describe API::V3::Projects do
'name' => user.namespace.name,
'path' => user.namespace.path,
'kind' => user.namespace.kind,
'full_path' => user.namespace.full_path
'full_path' => user.namespace.full_path,
'parent_id' => nil
})
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment