This commit is contained in:
zhangxiao871 2022-01-07 18:09:23 +08:00
parent ec75d23404
commit 3c7ad9a8e9

View File

@ -60,6 +60,14 @@ def test_remove_acl(started_cluster, get_zk):
assert acl.perms == 31
@pytest.mark.parametrize(
('get_zk'),
[
get_genuine_zk,
get_fake_zk
]
)
def test_digest_auth_basic(started_cluster, get_zk):
auth_connection = get_zk()