Make testing for 'text' value more specific

Just duplicting the 'name' field could produce a
false-positive.
This commit is contained in:
Tom Byers
2018-08-14 15:59:02 +01:00
parent dcb9973f76
commit 6375a1ac5e
2 changed files with 2 additions and 2 deletions

View File

@@ -2474,7 +2474,7 @@ def mock_get_email_branding(mocker, fake_uuid):
'email_branding': {
'logo': 'example.png',
'name': 'Organisation name',
'text': 'Organisation name',
'text': 'Organisation text',
'id': fake_uuid,
'colour': '#f00'
}