X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/546b44cf5dfba972d2f5f91fa4434e9cb64fa0cd..eb3303340c51d13512397c3d83c955af9f516f47:/apps/workbench/test/integration/jobs_test.rb diff --git a/apps/workbench/test/integration/jobs_test.rb b/apps/workbench/test/integration/jobs_test.rb index 29bccd9d76..2cae500027 100644 --- a/apps/workbench/test/integration/jobs_test.rb +++ b/apps/workbench/test/integration/jobs_test.rb @@ -95,10 +95,10 @@ class JobsTest < ActionDispatch::IntegrationTest # Re-running jobs doesn't currently work because the test API # server has no git repository to check against. For now, check - # that the correct script version is mentioned in the - # Fiddlesticks error message. + # that the error message says something appropriate for that + # situation. if expect_options && use_latest - assert_text "Script version #{job['supplied_script_version']} does not resolve to a commit" + assert_text "077ba2ad3ea24a929091a9e6ce545c93199b8e57" else assert_text "Script version #{job['script_version']} does not resolve to a commit" end