File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
tests/test_pipeline/test_flows Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ MONITORFISH_FAX_DOMAIN=test.fax
45
45
# Recipients
46
46
CNSP_FRANCE_EMAIL_ADDRESS = cnsp.france@test.email
47
47
CNSP_SIP_DEPARTMENT_EMAIL = cnsp.sip@email.fr
48
+ PNO_TEST_EMAIL = pno.test@email.fr
48
49
CNSP_SIP_DEPARTMENT_MOBILE_PHONE = 0123456789
49
50
CNSP_SIP_DEPARTMENT_FAX = 9876543210
50
51
Original file line number Diff line number Diff line change @@ -1897,7 +1897,7 @@ def test_create_email(
1897
1897
assert pno_to_send .communication_means == CommunicationMeans .EMAIL
1898
1898
assert isinstance (pno_to_send .message , EmailMessage )
1899
1899
if test_mode :
1900
- assert pno_to_send .message ["To" ] == "cnsp.sip @email.fr"
1900
+ assert pno_to_send .message ["To" ] == "pno.test @email.fr"
1901
1901
else :
1902
1902
assert (
1903
1903
pno_to_send .message ["To" ] == "alternative@email, some.email@control.unit.4"
You can’t perform that action at this time.
0 commit comments