Commit 5d8d496d authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch...

Merge branch '12774-spec-failure-in-ee-spec-services-ee-notification_service_spec-rb-345' into 'master'

Resolve "Spec failure in ee/spec/services/ee/notification_service_spec.rb:345"

Closes #12774

See merge request gitlab-org/gitlab-ee!14653
parents 0659bd51 1c5959eb
...@@ -320,7 +320,7 @@ describe EE::NotificationService, :mailer do ...@@ -320,7 +320,7 @@ describe EE::NotificationService, :mailer do
end end
context 'epic notes' do context 'epic notes' do
set(:note) { create(:note, project: nil, noteable: epic, note: '@mention referenced, @unsubscribed_mentioned and @outsider also') } let(:note) { create(:note, project: nil, noteable: epic, note: '@mention referenced, @unsubscribed_mentioned and @outsider also') }
before do before do
build_group_members(group) build_group_members(group)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment