From 955566b127e129df9ce9bab48002a9a77fd744a6 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 11 Aug 2016 17:10:10 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20allow=20changing=20service=20us?= =?UTF-8?q?ers=20on=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/notify_client/service_api_client.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/notify_client/service_api_client.py b/app/notify_client/service_api_client.py index 90fb6e2f4..718ef3946 100644 --- a/app/notify_client/service_api_client.py +++ b/app/notify_client/service_api_client.py @@ -84,7 +84,6 @@ class ServiceAPIClient(NotificationsAPIClient): data = _attach_current_user(kwargs) disallowed_attributes = set(data.keys()) - { 'name', - 'users', 'message_limit', 'active', 'restricted',