Commit 31ebf14e authored by Blair Lunceford's avatar Blair Lunceford

fixed test

parent 91a405be
......@@ -284,8 +284,8 @@ describe API::Users, :do_not_mock_admin_mode do
admin
user
user_without_projects = create(:user)
project = create(:project, :repository, namespace: user.namespace)
project2 = create(:project, namespace: admin.namespace)
create(:project, namespace: user.namespace)
create(:project, namespace: admin.namespace)
get api('/users', admin), params: { without_projects: true }
......
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