Commit 9d389de0 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Use single-quotes instead double-quotes

parent 5d0450d8
......@@ -53,7 +53,7 @@ describe IssueLinks::CreateService, service: true do
it 'returns error' do
target_issue.project.add_guest(user)
is_expected.to eq(message: "No Issue found for given reference", status: :error, http_status: 401)
is_expected.to eq(message: 'No Issue found for given reference', status: :error, http_status: 401)
end
it 'no relationship is created' do
......
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