mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 08:44:23 -04:00
try mock
This commit is contained in:
@@ -1008,7 +1008,6 @@ def send_notification(service_id, template_id):
|
|||||||
def _send_notification(service_id, template_id):
|
def _send_notification(service_id, template_id):
|
||||||
scheduled_for = session.pop("scheduled_for", "")
|
scheduled_for = session.pop("scheduled_for", "")
|
||||||
|
|
||||||
|
|
||||||
keys = []
|
keys = []
|
||||||
values = []
|
values = []
|
||||||
for k, v in session["placeholders"].items():
|
for k, v in session["placeholders"].items():
|
||||||
|
|||||||
Reference in New Issue
Block a user