mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-16 20:49:00 -04:00
add load_test to excluded
This commit is contained in:
@@ -944,8 +944,10 @@ def preview_notification(service_id, template_id):
|
||||
def send_notification(service_id, template_id):
|
||||
upload_id = _send_notification(service_id, template_id)
|
||||
|
||||
session.pop("recipient")
|
||||
session.pop("placeholders")
|
||||
if session.get("recipient"):
|
||||
session.pop("recipient")
|
||||
if session.get("placeholders"):
|
||||
session.pop("placeholders")
|
||||
|
||||
# We have to wait for the job to run and create the notification in the database
|
||||
time.sleep(0.1)
|
||||
|
||||
Reference in New Issue
Block a user