mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-19 05:59:44 -04:00
Removed unneeded parameters after update to api.
Updated the tests to take the removal into account. Tidied up unused imports
This commit is contained in:
committed by
Ken Tsang
parent
6279169b18
commit
c52657146a
@@ -167,9 +167,7 @@ def test_should_show_image_of_letter_notification(
|
||||
mocked_api_client = mocker.patch(
|
||||
'app.notify_client.notification_api_client.NotificationApiClient.get',
|
||||
return_value={
|
||||
'content': base64.b64encode(b'foo').decode('utf-8'),
|
||||
'status': 200,
|
||||
'headers': [{'test': 'test', 'test1': 'test1'}]
|
||||
'content': base64.b64encode(b'foo').decode('utf-8')
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user