From 24ad5462b2fc5ffc4027742ff992e149c9a32ca3 Mon Sep 17 00:00:00 2001 From: pufit Date: Fri, 15 Nov 2024 02:44:54 -0500 Subject: [PATCH] rename test --- tests/integration/test_backup_restore_new/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/test_backup_restore_new/test.py b/tests/integration/test_backup_restore_new/test.py index 279ae61aafa..a8f0c187d1e 100644 --- a/tests/integration/test_backup_restore_new/test.py +++ b/tests/integration/test_backup_restore_new/test.py @@ -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")