diff --git a/tests/auth_test.py b/tests/auth_test.py index c0bf5120..73af2488 100644 --- a/tests/auth_test.py +++ b/tests/auth_test.py @@ -84,6 +84,7 @@ class AuthTest(unittest.TestCase): '-b', 'FULL' ] os.unsetenv("PGPASSWORD") + os.unsetenv("PGPASSFILE") try: os.remove(self.pgpass_file) except OSError: