Commit 2dcbaf9f authored by Shinya Maeda's avatar Shinya Maeda

Fix failed spec

parent b2025caa
...@@ -535,7 +535,8 @@ describe Projects::JobsController do ...@@ -535,7 +535,8 @@ describe Projects::JobsController do
it 'returns not_found' do it 'returns not_found' do
response = subject 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
end 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