5893: Remove "disable repo browsing with git2" stuff.
[arvados.git] / apps / workbench / test / integration / jobs_test.rb
index 29bccd9d76b20846cd0d6ce7519b2858a81bcd5a..2cae500027aeebd8f79270a4ba26f61e4496373f 100644 (file)
@@ -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