Commit a952cda5 authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch...

Merge branch '12649-spec-failure-in-ee-spec-services-ci_minutes_usage_notify_service_spec-rb' into 'master'

Fix spec failure in ee/spec/services/ci_minutes_usage_notify_service_spec.rb"

Closes #12649

See merge request gitlab-org/gitlab-ee!14578
parents 59a640a8 bf33d101
......@@ -100,7 +100,7 @@ describe CiMinutesUsageNotifyService do
it 'sends the email to all the owners' do
expect(CiMinutesUsageMailer).to receive(:notify)
.with(namespace.name, [user_2.email, user.email])
.with(namespace.name, match_array([user_2.email, user.email]))
.and_return(spy)
subject
......
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