mirror of
https://github.com/GSA/notifications-api.git
synced 2026-05-05 16:48:31 -04:00
Fixed test_rest file
This commit is contained in:
@@ -51,7 +51,7 @@ def get_notification_by_id(notification_id):
|
||||
notification.to = recipient
|
||||
notification.normalised_to = recipient
|
||||
|
||||
serialized = PublicNotificationSchema().dump(notification)
|
||||
serialized = notification_with_personalisation_schema.dump(notification)
|
||||
return jsonify(data={"notification": serialized}), 200
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user