mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2026-06-21 01:34:15 +02:00
fix auth_test
fix unsetenv
This commit is contained in:
@@ -84,6 +84,7 @@ class AuthTest(unittest.TestCase):
|
||||
'-b', 'FULL'
|
||||
]
|
||||
os.unsetenv("PGPASSWORD")
|
||||
os.unsetenv("PGPASSFILE")
|
||||
try:
|
||||
os.remove(self.pgpass_file)
|
||||
except OSError:
|
||||
|
||||
Reference in New Issue
Block a user