mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Clear user cache when deleting a service
The user JSON has a list of service IDs
This commit is contained in:
@@ -9,6 +9,7 @@ class ServiceAPIClient(NotifyAdminAPIClient):
|
||||
def __init__(self):
|
||||
super().__init__("a" * 73, "b")
|
||||
|
||||
@cache.delete('user', key_from_args=[4])
|
||||
def create_service(
|
||||
self,
|
||||
service_name,
|
||||
|
||||
Reference in New Issue
Block a user