updating molecule tests to reflect the new expected location of the file

This commit is contained in:
Geoff Jacobs
2022-07-25 13:30:59 +10:00
parent 47cb955cbb
commit 2df1ea28bc
2 changed files with 4 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ def test_obr_completed_lockfile(host):
assert lockfile.user == 'root' assert lockfile.user == 'root'
def test_obr_is_unpacked(host): def test_obr_is_unpacked(host):
jsdjar = host.file('/media/atl/jira/shared/plugins/installed-plugins/jira-servicedesk-application-4.14.0.jar') jsdjar = host.file('/opt/atlassian/jira-software/8.14.0/atlassian-jira/WEB-INF/atlassian-bundled-plugins/jira-servicedesk-application-4.14.0.jar')
assert jsdjar.exists assert jsdjar.exists
assert jsdjar.user == 'jira' assert jsdjar.user == 'jira'
assert jsdjar.mode == 0o0750 assert jsdjar.mode == 0o0644

View File

@@ -42,7 +42,7 @@ def test_obr_completed_lockfile(host):
assert lockfile.user == 'root' assert lockfile.user == 'root'
def test_obr_is_unpacked(host): def test_obr_is_unpacked(host):
jsdjar = host.file('/media/atl/jira/shared/plugins/installed-plugins/jira-servicedesk-application-4.18.0.jar') jsdjar = host.file('/opt/atlassian/jira-software/8.14.0/atlassian-jira/WEB-INF/atlassian-bundled-plugins/jira-servicedesk-application-4.14.0.jar')
assert jsdjar.exists assert jsdjar.exists
assert jsdjar.user == 'jira' assert jsdjar.user == 'jira'
assert jsdjar.mode == 0o0750 assert jsdjar.mode == 0o0644