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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-10-05 09:10:52 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-10-05 09:10:52 +0300
commit9fae2954663e667e5f0625e517a89a506966d7d8 (patch)
tree8f9b5c87cfd29ed893b5f0fba94e66afc2db85de /spec/mailers
parentfdb5a6d73c634c2545cd2cb70cdc0a3b1458c712 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/mailers')
-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 3c0bf4f7d22..7ddb4810d53 100644
--- a/spec/mailers/emails/profile_spec.rb
+++ b/spec/mailers/emails/profile_spec.rb
@@ -297,7 +297,7 @@ RSpec.describe Emails::Profile, feature_category: :user_profile do
end
it 'has the correct subject' do
- is_expected.to have_subject /^A personal access token has been revoked$/i
+ is_expected.to have_subject /^Your personal access token has been revoked$/i
end
it 'provides the names of the token' do
@@ -325,7 +325,7 @@ RSpec.describe Emails::Profile, feature_category: :user_profile do
end
it 'has the correct subject' do
- is_expected.to have_subject /^A personal access token has been revoked$/i
+ is_expected.to have_subject /^Your personal access token has been revoked$/i
end
it 'provides the names of the token' do