This repository has been archived by the owner on Nov 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
362b429
commit ec1e2ff
Showing
3 changed files
with
25 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ class SendEmailsViaBrazeTests(TestCase): | |
EMAIL_BODY = 'Template message with [email protected] GIL7RUEOU7VHBH7Q ' \ | ||
'https://tempurl.url/enroll 3 2012-04-23' | ||
SENDER_ALIAS = 'edx Support Team' | ||
REPLY_TO = 'no-[email protected]' | ||
REPLY_TO = '[email protected]' | ||
SITE_CODE = 'test' | ||
BRAZE_CONFIG = { | ||
'BRAZE_ENABLE': True, | ||
|
@@ -61,6 +61,7 @@ class SendEmailsViaBrazeTests(TestCase): | |
'subject': SUBJECT, | ||
'email_body': EMAIL_BODY, | ||
'sender_alias': SENDER_ALIAS, | ||
'reply_to': REPLY_TO, | ||
'site_code': SITE_CODE, | ||
} | ||
|
||
|
@@ -69,13 +70,15 @@ class SendEmailsViaBrazeTests(TestCase): | |
'subject': SUBJECT, | ||
'email_body': EMAIL_BODY, | ||
'sender_alias': SENDER_ALIAS, | ||
'reply_to': REPLY_TO, | ||
'site_code': SITE_CODE, | ||
} | ||
|
||
USAGE_TASK_KWARGS = { | ||
'emails': EMAILS, | ||
'subject': SUBJECT, | ||
'email_body': EMAIL_BODY, | ||
'reply_to': REPLY_TO, | ||
'site_code': SITE_CODE, | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters