mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 17:52:26 -05:00
pass pytest multiline preferences
This commit is contained in:
@@ -60,8 +60,8 @@ def process_ses_results(self, response):
|
||||
self.retry(queue=QueueNames.RETRY)
|
||||
else:
|
||||
current_app.logger.warning(
|
||||
"notification not found for reference: {} (while \
|
||||
attempting update to {})".format(reference, notification_status)
|
||||
f"notification not found for reference: {reference} \
|
||||
(while attempting update to {notification_status})"
|
||||
)
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user