Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandroroiz committed Aug 13, 2024
1 parent ddecc3f commit 609ae13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/confidant/routes/identity_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 609ae13

Please sign in to comment.