We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 151414d commit 1fa32f1Copy full SHA for 1fa32f1
molecule/tests/test_default.py
@@ -30,4 +30,4 @@ def test_jenkins_log_file_download(host):
30
assert cmd.rc == 0
31
jenkins_log_file = host.file("jenkins.log")
32
assert jenkins_log_file.exists
33
- assert jenkins_log_file.contains("INFO: Jenkins is fully up and running")
+ assert jenkins_log_file.contains("Jenkins is fully up and running")
0 commit comments