ITSD-94667 Argh..... in 4.14.0 that application.jar is actually 4.18.0

This commit is contained in:
Glenn Stewart
2022-06-23 16:18:15 +10:00
parent 6723209e4b
commit 8b6a18fdbd

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('/media/atl/jira/shared/plugins/installed-plugins/jira-servicedesk-application-4.18.0.jar')
assert jsdjar.exists assert jsdjar.exists
assert jsdjar.user == 'jira' assert jsdjar.user == 'jira'
assert jsdjar.mode == 0o0750 assert jsdjar.mode == 0o0750