From 609ae13a35ce8c71442af0c8c97402cee01833a1 Mon Sep 17 00:00:00 2001 From: Alejandro Roiz Walss Date: Tue, 13 Aug 2024 10:51:48 -0600 Subject: [PATCH] fix tests --- tests/unit/confidant/routes/identity_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/confidant/routes/identity_test.py b/tests/unit/confidant/routes/identity_test.py index c14fc680..329cb997 100644 --- a/tests/unit/confidant/routes/identity_test.py +++ b/tests/unit/confidant/routes/identity_test.py @@ -63,7 +63,7 @@ def acl_module_check(resource_type: str, action: str) -> Union[bool, None]: 'xsrf_cookie_name': 'CSRF_TOKEN', 'maintenance_mode': True, 'history_page_limit': 50, - 'defined_tags': ['ROTATION_EXCLUDED', 'FINANCIALLY_SENSITIVE'], + 'defined_tags': [], 'permissions': { 'credentials': { 'list': True,