Skip to content

Commit 649c0c1

Browse files
committed
Update project/userauth/tests.py
1 parent 8921563 commit 649c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/userauth/tests.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def test_validation_email_content(self):
9595

9696
#is the email subject what we expect it to be?
9797
verify_email_message = mail.outbox[0]
98-
self.assertEqual(verify_email_message.subject, 'Codebuddies: Please Confirm Your E-mail Address')
98+
self.assertEqual(verify_email_message.subject, 'CodeBuddies: Please Confirm Your E-mail Address')
9999

100100
#extracting what we need for the verification link
101101
uri_regex = re.compile(r"(\/api\/v1\/auth\/registration\/verify-email\/)(\?key=)([\w:-]+)")

0 commit comments

Comments
 (0)