Chris Hill-Scott
2018-04-09 16:30:24 +01:00
parent a0c6f6a22e
commit c9882e2f9c
7 changed files with 10 additions and 10 deletions

View File

@@ -579,7 +579,7 @@ def test_get_notification_by_id_returns_merged_template_content_for_email(
notification = json.loads(response.get_data(as_text=True))['data']['notification']
assert response.status_code == 200
assert notification['body'] == 'Hello world\nThis is an email from GOV.\u200BUK'
assert notification['body'] == 'Hello world\nThis is an email from GOV.UK'
assert notification['subject'] == 'world'
assert notification['content_char_count'] is None