mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-18 21:48:49 -04:00
update process_letter tests
This commit is contained in:
@@ -592,7 +592,7 @@ def dao_set_created_live_letter_api_notifications_to_pending():
|
||||
Notification.notification_type == LETTER_TYPE,
|
||||
Notification.status == NOTIFICATION_CREATED,
|
||||
Notification.key_type == KEY_TYPE_NORMAL,
|
||||
Notification.api_key != None
|
||||
Notification.api_key != None # noqa
|
||||
).with_for_update(
|
||||
).all()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user