5737: Merge branch 'master' into 5737-ruby231
[arvados.git] / services / api / test / integration / crunch_dispatch_test.rb
index ee1bd9f2a11fb5c0cd78070302df6f7b40e5523f..a6f937bbda66c0efa3a52630e15a0b37278579b2 100644 (file)
@@ -1,8 +1,8 @@
 require 'test_helper'
-load 'test/functional/arvados/v1/git_setup.rb'
+require 'helpers/git_test_helper'
 
 class CrunchDispatchTest < ActionDispatch::IntegrationTest
-  include GitSetup
+  include GitTestHelper
 
   fixtures :all
 
@@ -28,7 +28,7 @@ class CrunchDispatchTest < ActionDispatch::IntegrationTest
       format: "json",
       job: {
         script: "log",
-        repository: "crunch_dispatch_test",
+        repository: "active/crunchdispatchtest",
         script_version: "f35f99b7d32bac257f5989df02b9f12ee1a9b0d6",
         script_parameters: "{}"
       }