Merge pull request #1186 from alphagov/quis-patch-1

🖨
This commit is contained in:
Chris Hill-Scott
2017-03-15 11:46:50 +00:00
committed by GitHub

View File

@@ -140,7 +140,6 @@ class ServiceAPIClient(NotifyAdminAPIClient):
})
data = _attach_current_user(data)
endpoint = "/service/{0}/template".format(service_id)
print('got here in create_service_template')
return self.post(endpoint, data)
def update_service_template(self, id_, name, type_, content, service_id, subject=None, process_type=None):