diff --git a/spec/views/verify/review/new.html.slim_spec.rb b/spec/views/verify/review/new.html.slim_spec.rb
index 258c9d201da..3ffe21b10a1 100644
--- a/spec/views/verify/review/new.html.slim_spec.rb
+++ b/spec/views/verify/review/new.html.slim_spec.rb
@@ -48,7 +48,8 @@
end
it 'renders a link telling user why financial info is not visible' do
- expect(rendered).to have_link t('idv.messages.review.financial_info')
+ expect(rendered).
+ to have_link(t('idv.messages.review.financial_info'), href: MarketingSite.help_url)
end
end
end