rename test

This commit is contained in:
pufit 2024-11-15 02:44:54 -05:00
parent cba01b3d5c
commit 24ad5462b2

View File

@ -1846,7 +1846,7 @@ def test_tables_dependency():
drop()
def test_restore_access():
def test_required_privileges_with_partial_revokes():
backup_name = new_backup_name()
instance.query("CREATE USER u1")
instance.query("GRANT SELECT ON *.* TO u1")