mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
@@ -2815,9 +2815,7 @@ def test_send_notification_clears_session(
|
||||
],
|
||||
)
|
||||
def test_send_notification_redirects_if_missing_data(
|
||||
client_request,
|
||||
fake_uuid,
|
||||
session_data,
|
||||
client_request, fake_uuid, session_data, mocker
|
||||
):
|
||||
with client_request.session_transaction() as session:
|
||||
session.update(session_data)
|
||||
|
||||
@@ -121,6 +121,7 @@ EXCLUDED_ENDPOINTS = tuple(
|
||||
"link_service_to_organization",
|
||||
"live_services",
|
||||
"live_services_csv",
|
||||
"load_test",
|
||||
"manage_org_users",
|
||||
"manage_template_folder",
|
||||
"manage_users",
|
||||
|
||||
Reference in New Issue
Block a user