Changeset - e4de7ba32dc1
[Not reviewed]
0 1 0
Branko Majic (branko) - 4 years ago 2020-01-07 18:28:12
branko@majic.rs
MAR-148: Fix minor linting error in mail_server tests.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
roles/mail_server/molecule/default/tests/test_client2.py
Show inline comments
 
@@ -307,7 +307,7 @@ def test_dovecot_sieve(host):
 
    assert command.rc == 0
 

	
 
    # Test invalid users.
 
    command = host.run('echo johnpassword | sieve-connect --list -s parameters-mandatory -p 4190 -u john.doe@domain2 --password 0 || /bin/false' )
 
    command = host.run('echo johnpassword | sieve-connect --list -s parameters-mandatory -p 4190 -u john.doe@domain2 --password 0 || /bin/false')
 
    assert command.rc != 0
 
    assert "Authentication refused by server" in command.stderr
 

	
0 comments (0 inline, 0 general)