We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8de10e2 commit 3abbc5dCopy full SHA for 3abbc5d
tests/auth_test.py
@@ -128,7 +128,7 @@ def test_right_password_and_wrong_pgpass(self):
128
create_pgpass(self.pgpass_file, line)
129
try:
130
self.assertIn("completed",
131
- str(run_pb_with_auth([self.pb.probackup_path] + self.cmd, 'password\r\n'))
+ str(run_pb_with_auth([self.pb.probackup_path] + self.cmd + ['-W'], 'password\r\n'))
132
)
133
except (TIMEOUT, ExceptionPexpect) as e:
134
self.fail(e.value)
0 commit comments