Skip to content

Commit 1fa32f1

Browse files
author
Gustavo Muniz do Carmo
committed
test fix
1 parent 151414d commit 1fa32f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/tests/test_default.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ def test_jenkins_log_file_download(host):
3030
assert cmd.rc == 0
3131
jenkins_log_file = host.file("jenkins.log")
3232
assert jenkins_log_file.exists
33-
assert jenkins_log_file.contains("INFO: Jenkins is fully up and running")
33+
assert jenkins_log_file.contains("Jenkins is fully up and running")

0 commit comments

Comments
 (0)