mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Fix failing testcase
This commit is contained in:
parent
4f05962cb0
commit
9dbb359569
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ def test_set_keyring_password(monkeypatch):
|
||||||
assert result.output == (
|
assert result.output == (
|
||||||
'Server password for foouser at host example.com: \n'
|
'Server password for foouser at host example.com: \n'
|
||||||
'Save this password in the keyring? [y/N]: y\n'
|
'Save this password in the keyring? [y/N]: y\n'
|
||||||
'password is hunter2'
|
'password is hunter2\n'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue