API - fix password request email

This commit is contained in:
Sam
2022-03-02 10:39:10 +01:00
parent 023a6ac62a
commit 6c6b4b0ea4
8 changed files with 34 additions and 23 deletions

View File

@@ -44,6 +44,7 @@ class TestEmailTemplateForPasswordRequest:
'password_reset_url': 'http://localhost/password-reset?token=xxx',
'operating_system': 'Linux',
'browser_name': 'Firefox',
'fittrackee_url': 'http://localhost',
}
text_body = email_template.get_content(
@@ -60,6 +61,7 @@ class TestEmailTemplateForPasswordRequest:
'password_reset_url': 'http://localhost/password-reset?token=xxx',
'operating_system': 'Linux',
'browser_name': 'Firefox',
'fittrackee_url': 'http://localhost',
}
text_body = email_template.get_content(
@@ -76,6 +78,7 @@ class TestEmailTemplateForPasswordRequest:
'password_reset_url': 'http://localhost/password-reset?token=xxx',
'operating_system': 'Linux',
'browser_name': 'Firefox',
'fittrackee_url': 'http://localhost',
}
text_body = email_template.get_content(