Fix merge request controller spec because to as_json

This commit is contained in:
Shinya Maeda 2018-08-03 18:38:29 +09:00
parent 8e8cc85c3e
commit 06b8f47cf3
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ describe Projects::MergeRequestsController do
end
context 'when comparison is done' do
let(:comparison_status) { { status: :parsed, data: { summary: 1 }.to_json } }
let(:comparison_status) { { status: :parsed, data: { summary: 1 } } }
it 'returns 200 HTTP status' do
subject