This commit is contained in:
Kenneth Kehl
2023-05-01 14:11:08 -07:00
parent f0c59c05a4
commit 8865e706ea

View File

@@ -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')
data = {
"restricted": True,
"restricted": True
}
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')
data = {
"name": 'Name of service',
"name": 'Name of service'
}
auth_header = create_admin_authorization_header()