diff --git a/tests/test_acls_admin.py b/tests/test_acls_admin.py index 16d984c..639820e 100644 --- a/tests/test_acls_admin.py +++ b/tests/test_acls_admin.py @@ -85,6 +85,14 @@ def test_create_acls(compose_path): "Action": "DESCRIBE", "Effect": "ALLOW", }, + { + "Resource": "kafka-cluster", + "PatternType": "LITERAL", + "Principal": "User:toto", + "ResourceType": "TRANSACTIONAL_ID", + "Action": "READ", + "Effect": "ALLOW", + }, ] bindings: list[AclBinding] = [set_binding_from_dict(_acl) for _acl in new_acls] create_new_acls(