mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2025-01-05 13:20:31 +02:00
tests: fix env in test_archive_pg_receivexlog_partial_handling
This commit is contained in:
parent
23b00b1ddf
commit
3837a62dca
@ -2032,7 +2032,7 @@ class ArchiveTest(ProbackupTest, unittest.TestCase):
|
||||
|
||||
env = self.test_env
|
||||
env["PGAPPNAME"] = app_name
|
||||
pg_receivexlog = self.run_binary(cmdline, asynchronous=True, env)
|
||||
pg_receivexlog = self.run_binary(cmdline, asynchronous=True, env=env)
|
||||
|
||||
if pg_receivexlog.returncode:
|
||||
self.assertFalse(
|
||||
|
Loading…
Reference in New Issue
Block a user