mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 07:31:57 +00:00
fix test
This commit is contained in:
parent
ec75d23404
commit
3c7ad9a8e9
@ -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()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user