Add parent_id back to the tests

This commit is contained in:
Oswaldo Ferreira 2017-06-28 20:01:43 -03:00
parent a0c044c114
commit 7cb6466b74
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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