Skip to content
Snippets Groups Projects
Commit 31ce89b1 authored by Robert Speicher's avatar Robert Speicher
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
@@ -57,7 +57,7 @@ describe 'Unsubscribe links', feature: true do
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment