Fix failing testcase

This commit is contained in:
Markus Unterwaditzer 2014-09-10 16:39:25 +02:00
parent 4f05962cb0
commit 9dbb359569

View file

@ -155,7 +155,7 @@ def test_set_keyring_password(monkeypatch):
assert result.output == (
'Server password for foouser at host example.com: \n'
'Save this password in the keyring? [y/N]: y\n'
'password is hunter2'
'password is hunter2\n'
)