Commit dac45e86 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Adjust specs regarding new plan field

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