mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Make testing for 'text' value more specific
Just duplicting the 'name' field could produce a false-positive.
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user