mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-23 07:46:23 -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
@@ -1,6 +1,5 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
import base64
|
||||
from collections import ItemsView
|
||||
from datetime import datetime
|
||||
|
||||
from flask import (
|
||||
@@ -116,7 +115,6 @@ def view_letter_notification_as_preview(service_id, notification_id, filetype):
|
||||
page=request.args.get('page')
|
||||
)
|
||||
|
||||
# return base64.b64decode(preview['content']), preview['status'], ItemsView(dict(preview['headers']))
|
||||
return base64.b64decode(preview['content'])
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user