mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-23 15:56:45 -04:00
cleanup
This commit is contained in:
@@ -2269,7 +2269,7 @@ def test_update_service_does_not_call_send_notification_for_live_service(sample_
|
|||||||
send_notification_mock = mocker.patch('app.service.rest.send_notification_to_service_users')
|
send_notification_mock = mocker.patch('app.service.rest.send_notification_to_service_users')
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
"restricted": True,
|
"restricted": True
|
||||||
}
|
}
|
||||||
|
|
||||||
auth_header = create_admin_authorization_header()
|
auth_header = create_admin_authorization_header()
|
||||||
@@ -2288,7 +2288,7 @@ def test_update_service_does_not_call_send_notification_when_restricted_not_chan
|
|||||||
send_notification_mock = mocker.patch('app.service.rest.send_notification_to_service_users')
|
send_notification_mock = mocker.patch('app.service.rest.send_notification_to_service_users')
|
||||||
|
|
||||||
data = {
|
data = {
|
||||||
"name": 'Name of service',
|
"name": 'Name of service'
|
||||||
}
|
}
|
||||||
|
|
||||||
auth_header = create_admin_authorization_header()
|
auth_header = create_admin_authorization_header()
|
||||||
|
|||||||
Reference in New Issue
Block a user