From 36f870f20096567dab33c37cfe300dcadd6f8dda Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Fri, 1 Nov 2019 10:57:06 +1100 Subject: [PATCH] ITOPSENG-164 Testing changes --- .../molecule/bitbucket_latest/tests/test_default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/product_install/molecule/bitbucket_latest/tests/test_default.py b/roles/product_install/molecule/bitbucket_latest/tests/test_default.py index 55c71c6..ed87338 100644 --- a/roles/product_install/molecule/bitbucket_latest/tests/test_default.py +++ b/roles/product_install/molecule/bitbucket_latest/tests/test_default.py @@ -37,6 +37,6 @@ def test_latest_is_downloaded(host): upstream_json = json.load(upstream_fd) upstream = upstream_json['version'] - installer = host.file('/opt/atlassian/tmp/bitbucket.' + upstream + '-x64.bin') + installer = host.file('/media/atl/bitbucket/shared/downloads/bitbucket.' + upstream + '-x64.bin') assert installer.exists - assert installer.user == 'root' + assert installer.user == 'root'