Commit 31ce89b1 authored by Robert Speicher's avatar Robert Speicher

Fix failure in spec/features/unsubscribe_links_spec.rb

Not sure why this fails with the full login flow, but it's not necessary
and would've been changed eventually anyway, so whatever!
parent 6d1bb2d5
...@@ -57,7 +57,7 @@ describe 'Unsubscribe links', feature: true do ...@@ -57,7 +57,7 @@ describe 'Unsubscribe links', feature: true do
context 'when logged in' do context 'when logged in' do
before do before do
gitlab_sign_in(recipient) sign_in(recipient)
end end
it 'unsubscribes from the issue when visiting the link from the email body' do it 'unsubscribes from the issue when visiting the link from the email body' 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