diff --git a/test/int/test_acl.py b/test/int/test_acl.py index b09153f432d39fd668d900e3862db1662097adb0..f935bc345a8ee1faa7b2dad2f6e79afbd40fcffb 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")