summaryrefslogtreecommitdiff
path: root/tests/integration_tests/modules/test_set_password.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration_tests/modules/test_set_password.py')
-rw-r--r--tests/integration_tests/modules/test_set_password.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/integration_tests/modules/test_set_password.py b/tests/integration_tests/modules/test_set_password.py
index 824c74c2..765dd30c 100644
--- a/tests/integration_tests/modules/test_set_password.py
+++ b/tests/integration_tests/modules/test_set_password.py
@@ -199,10 +199,6 @@ class Mixin:
"'systemctl', 'show', '--property', 'ActiveState', "
"'--value', 'ssh'" in log
)
- assert (
- "Restarted the SSH daemon" in log
- or "'ssh_pwauth' configuration may not be applied" in log
- )
def test_sshd_config(self, class_client):
"""Test that SSH password auth is enabled."""