From c8603ad43b3b24f04deae78ecf4420ddfa7acdce Mon Sep 17 00:00:00 2001 From: Egor Ivkov <e.o.ivkov@gmail.com> Date: Wed, 17 Jan 2024 15:06:44 +0300 Subject: [PATCH] chore: remove leftover comment --- test/int/test_acl.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/int/test_acl.py b/test/int/test_acl.py index b09153f432..f935bc345a 100644 --- a/test/int/test_acl.py +++ b/test/int/test_acl.py @@ -88,10 +88,6 @@ def test_max_login_attempts(cluster: Cluster): def test_acl_lua_api(cluster: Cluster): i1, *_ = cluster.deploy(instance_count=1) - # - # pico.create_user - # - # No user -> error. with pytest.raises(ReturnError, match="user should be a string"): i1.call("pico.create_user") -- GitLab