-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/feature/momza 1096 adding missing translations #216
Feature/feature/momza 1096 adding missing translations #216
Conversation
…sages - for postbirth messageset
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, just the two small comments
changes/tests.py
Outdated
validate_implement(change.id) | ||
change.refresh_from_db() | ||
self.assertTrue(change.validated) | ||
self.assertTrue(change.data["reason"], "postbirth_whatsapp_contact_check_fail") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a assertEqual
?
changes/tests.py
Outdated
validate_implement(change.id) | ||
change.refresh_from_db() | ||
self.assertTrue(change.validated) | ||
self.assertTrue(change.data["reason"], "postbirth_whatsapp_unsent_event") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be a assertEqual
?
In this PR, we're adding missing messages for WA failed contact check and WA unsent events (as well as missing translations) for the postbirth message set