From 952c8ac97e55830554c494d7561074b9145b6eb8 Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Mon, 4 Nov 2019 11:03:56 +1100 Subject: [PATCH] ITOPS-2158 Added crowd test - testing --- .../product_install/molecule/crowd_latest/tests/test_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):