Commit 2f1e7ff8 authored by Rémy Coutable's avatar Rémy Coutable

Fix Slack merge message spec

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 2fde4e5c
......@@ -44,7 +44,7 @@ describe SlackService::MergeMessage, models: true do
it 'returns a message regarding approval of merge requests' do
expect(subject.pretext).to eq(
'Test User approved <somewhere.com/merge_requests/100|merge request !100> '\
'test.user approved <somewhere.com/merge_requests/100|merge request !100> '\
'in <somewhere.com|project_name>: *Issue title*')
expect(subject.attachments).to be_empty
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