diff --git a/roles/product_install/molecule/crowd_latest/tests/test_default.py b/roles/product_install/molecule/crowd_latest/tests/test_default.py index 51ec463..eb186dc 100644 --- a/roles/product_install/molecule/crowd_latest/tests/test_default.py +++ b/roles/product_install/molecule/crowd_latest/tests/test_default.py @@ -17,7 +17,7 @@ def test_symlink_created(host): assert target.is_symlink def test_unpacked(host): - verfile = host.file('/opt/atlassian/crowd/current/bin/start-crowd.sh') + verfile = host.file('/opt/atlassian/crowd/current/start_crowd.sh') assert verfile.exists def test_version_file_is_latest(host):