8000 fix ArchiveTest.test_pgpro434_4 · postgrespro/pg_probackup@3071cec · GitHub
[go: up one dir, main page]

Skip to content

Commit 3071cec

Browse files
committed
fix ArchiveTest.test_pgpro434_4
1 parent c34a79f commit 3071cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/archive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def test_pgpro434_4(self):
317317
gdb.set_breakpoint('pg_stop_backup')
318318
gdb.run_until_break()
319319

320-
self.set_auto_conf(node, {'archive_command': "'exit 1'"})
320+
self.set_auto_conf(node, {'archive_command': 'exit 1'})
321321
node.reload()
322322

323323
os.environ["PGAPPNAME"] = "foo"

0 commit comments

Comments
 (0)
0