Skip to content

Commit

Permalink
Merge branch 'mcr-4893-adjust-apollo-gql-hanlder-to-use-feature-flag'…
Browse files Browse the repository at this point in the history
… into jl-mcr-4888-add-update-email-settings-api
  • Loading branch information
JasonLin0991 committed Jan 24, 2025
2 parents 96a8c3f + e890ef3 commit 283532e
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1538,12 +1538,12 @@ describe('submitContract', () => {
1,
expect.objectContaining({
subject: expect.stringContaining(`New Managed Care Submission: ${name}`),
sourceEmail: 'mc-review[email protected]',
sourceEmail: 'mc-review@cms.hhs.gov',
toAddresses: expect.arrayContaining(
Array.from([
'Dev Team <[email protected]>',
'DMCP Submission Dev1 <[email protected]>',
'DMCP Submission Dev2 <[email protected]>'
'[email protected]',
'[email protected]',
'[email protected]'
])
),
})
Expand Down

0 comments on commit 283532e

Please sign in to comment.