提交 2dcbaf9f 编写于 作者: S Shinya Maeda

Fix failed spec

上级 b2025caa
......@@ -535,7 +535,8 @@ describe Projects::JobsController do
it 'returns not_found' do
response = subject
expect(response).to have_gitlab_http_status(:not_found)
expect(response).to have_gitlab_http_status(:ok)
expect(response.body).to eq ''
end
end
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册