We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8921563 commit 649c0c1Copy full SHA for 649c0c1
project/userauth/tests.py
@@ -95,7 +95,7 @@ def test_validation_email_content(self):
95
96
#is the email subject what we expect it to be?
97
verify_email_message = mail.outbox[0]
98
- self.assertEqual(verify_email_message.subject, 'Codebuddies: Please Confirm Your E-mail Address')
+ self.assertEqual(verify_email_message.subject, 'CodeBuddies: Please Confirm Your E-mail Address')
99
100
#extracting what we need for the verification link
101
uri_regex = re.compile(r"(\/api\/v1\/auth\/registration\/verify-email\/)(\?key=)([\w:-]+)")
0 commit comments