summaryrefslogtreecommitdiff
path: root/spec/features/issues/csv_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/issues/csv_spec.rb')
-rw-r--r--spec/features/issues/csv_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/issues/csv_spec.rb b/spec/features/issues/csv_spec.rb
index 51e0d54ca5e..b4c737495b4 100644
--- a/spec/features/issues/csv_spec.rb
+++ b/spec/features/issues/csv_spec.rb
@@ -44,7 +44,7 @@ RSpec.describe 'Issues csv', :js do
request_csv
expect(page).to have_content 'CSV export has started'
- expect(page).to have_content "emailed to #{user.notification_email}"
+ expect(page).to have_content "emailed to #{user.notification_email_or_default}"
end
it 'includes a csv attachment', :sidekiq_might_not_need_inline do