Commit 381b4219 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Add parent_id back to the tests

parent a0eb43ba
...@@ -748,7 +748,8 @@ describe API::Projects do ...@@ -748,7 +748,8 @@ describe API::Projects do
'name' => user.namespace.name, 'name' => user.namespace.name,
'path' => user.namespace.path, 'path' => user.namespace.path,
'kind' => user.namespace.kind, 'kind' => user.namespace.kind,
'full_path' => user.namespace.full_path 'full_path' => user.namespace.full_path,
'parent_id' => nil
}) })
end end
......
...@@ -785,7 +785,8 @@ describe API::V3::Projects do ...@@ -785,7 +785,8 @@ describe API::V3::Projects do
'name' => user.namespace.name, 'name' => user.namespace.name,
'path' => user.namespace.path, 'path' => user.namespace.path,
'kind' => user.namespace.kind, 'kind' => user.namespace.kind,
'full_path' => user.namespace.full_path 'full_path' => user.namespace.full_path,
'parent_id' => nil
}) })
end 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