mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-07 16:28:25 -04:00
Remove update_with_properties method
It’s more Pythonic, and better abstracted from the underlying API to use keyword arguments instead.
This commit is contained in:
@@ -12,7 +12,7 @@ def test_set_inbound_sms_sets_a_number_for_service(
|
||||
mock_no_inbound_number_for_service,
|
||||
mocker
|
||||
):
|
||||
mocker.patch('app.service_api_client.update_service_with_properties')
|
||||
mocker.patch('app.service_api_client.update_service')
|
||||
data = {
|
||||
"inbound_number": "781d9c60-7a7e-46b7-9896-7b045b992fa5",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user