提交 dbe50edd 编写于 作者: G GitLab Bot

Add latest changes from gitlab-org/gitlab@master

上级 fc30a001
......@@ -341,7 +341,7 @@ describe API::Groups do
expect(response).to have_gitlab_http_status(:ok)
expect(response).to include_pagination_headers
expect(json_response).to be_an Array
expect(response_groups).to eq([group2.id, group3.id])
expect(response_groups).to contain_exactly(group2.id, group3.id)
end
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册