1
0
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:
Grigory Smolkin 2021-04-26 12:56:44 +03:00
parent 23b00b1ddf
commit 3837a62dca

View File

@ -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(