mirror of
https://github.com/chatmail/relay.git
synced 2026-05-21 05:18:04 +00:00
introduce remotelog fixture for capturing systemd-unit logs
This commit is contained in:
@@ -17,7 +17,7 @@ def test_login_basic_functioning(imap_or_smtp, gencreds, lp):
|
||||
imap_or_smtp.connect()
|
||||
lp.sec("success")
|
||||
|
||||
lp.sec("reconnect and verify wrong password fails {user} ")
|
||||
lp.sec(f"reconnect and verify wrong password fails {user} ")
|
||||
imap_or_smtp.connect()
|
||||
with pytest.raises(imap_or_smtp.AuthError):
|
||||
imap_or_smtp.login(user, password + "wrong")
|
||||
|
||||
Reference in New Issue
Block a user