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 0ef622f commit 6ed685aCopy full SHA for 6ed685a
tests/auth_test.py
@@ -198,7 +198,7 @@ def test_pgpassword_and_wrong_pgpass(self):
198
def run_pb_with_auth(cmd, password=None, kill=False):
199
try:
200
with spawn(" ".join(cmd), encoding='utf-8', timeout=10) as probackup:
201
- result = probackup.expect("Password for user .*:", 5)
+ result = probackup.expect(u"Password for user .*:", 5)
202
if kill:
203
probackup.kill(signal.SIGINT)
204
elif result == 0:
0 commit comments