Skip to content

Commit

Permalink
update email report recipients (#20633)
Browse files Browse the repository at this point in the history
  • Loading branch information
tycol7 authored Feb 5, 2025
1 parent cfb72e1 commit c2eef45
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
module ClaimsApi
class SubmissionReportMailer < ApplicationMailer
RECIPIENTS = %w[
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
module ClaimsApi
class UnsuccessfulReportMailer < ApplicationMailer
RECIPIENTS = %w[
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
it 'sends to the right people' do
expect(subject.to).to eq(
%w[
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
it 'sends to the right people' do
expect(subject.to).to eq(
%w[
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
Expand Down

0 comments on commit c2eef45

Please sign in to comment.