Skip to content
Snippets Groups Projects
Commit c8603ad4 authored by Egor Ivkov's avatar Egor Ivkov Committed by Егор Ивков
Browse files

chore: remove leftover comment

parent 79408f6e
No related branches found
No related tags found
1 merge request!841feat: reset login attempts for a user with "alter user login"
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment