From 6e99ec440fe1eb4e30a9a37c17abb128ffcf3378 Mon Sep 17 00:00:00 2001 From: Glenn Stewart Date: Thu, 31 Oct 2019 16:40:26 +1100 Subject: [PATCH] Revert "ITOPSENG-164 Testing change to molecule tests" This reverts commit 2d2fa39cbe31ba6a09f21537391baf4247d74557. --- .../molecule/bitbucket_latest/tests/test_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4229b1f..55c71c6 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('/media/atl/bitbucket/shared/downloads/bitbucket.' + upstream + '-x64.bin') + installer = host.file('/opt/atlassian/tmp/bitbucket.' + upstream + '-x64.bin') assert installer.exists assert installer.user == 'root'