Skip to content

Commit 3837a62

Browse files
committed
tests: fix env in test_archive_pg_receivexlog_partial_handling
1 parent 23b00b1 commit 3837a62

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
@@ -2032,7 +2032,7 @@ def test_archive_pg_receivexlog_partial_handling(self):
20322032

20332033
env = self.test_env
20342034
env["PGAPPNAME"] = app_name
2035-
pg_receivexlog = self.run_binary(cmdline, asynchronous=True, env)
2035+
pg_receivexlog = self.run_binary(cmdline, asynchronous=True, env=env)
20362036

20372037
if pg_receivexlog.returncode:
20382038
self.assertFalse(

0 commit comments

Comments
 (0)