Skip to content

Commit 78251d5

Browse files
kulaginmgsmolk
authored andcommitted
fix tests.backup_test.BackupTest.test_backup_with_less_privileges_role @ PG-15
1 parent 0541414 commit 78251d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/backup_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2126,7 +2126,6 @@ def test_backup_with_less_privileges_role(self):
21262126
if self.get_version(node) >= 150000:
21272127
node.safe_psql(
21282128
'backupdb',
2129-
"BEGIN; "
21302129
"CREATE ROLE backup WITH LOGIN; "
21312130
"GRANT USAGE ON SCHEMA pg_catalog TO backup; "
21322131
"GRANT EXECUTE ON FUNCTION pg_catalog.current_setting(text) TO backup; "

0 commit comments

Comments
 (0)