Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mailers/emails/profile_spec.rb')
-rw-r--r--spec/mailers/emails/profile_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/mailers/emails/profile_spec.rb b/spec/mailers/emails/profile_spec.rb
index 7ddb4810d53..e19d4ceabd9 100644
--- a/spec/mailers/emails/profile_spec.rb
+++ b/spec/mailers/emails/profile_spec.rb
@@ -148,7 +148,7 @@ RSpec.describe Emails::Profile, feature_category: :user_profile do
end
it 'includes a link to personal access tokens page' do
- is_expected.to have_body_text /#{profile_personal_access_tokens_path}/
+ is_expected.to have_body_text /#{user_settings_personal_access_tokens_path}/
end
it 'includes the email reason' do
@@ -254,7 +254,7 @@ RSpec.describe Emails::Profile, feature_category: :user_profile do
end
it 'includes a link to personal access tokens page' do
- is_expected.to have_body_text /#{profile_personal_access_tokens_path}/
+ is_expected.to have_body_text /#{user_settings_personal_access_tokens_path}/
end
it 'includes the email reason' do