X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/54e43ffa674583332713d980b5ba6701b4fa4d02..8cd7249b96576285388ef036d04532f72a8f1ee3:/services/api/test/integration/crunch_dispatch_test.rb diff --git a/services/api/test/integration/crunch_dispatch_test.rb b/services/api/test/integration/crunch_dispatch_test.rb index 4abdcce03b..81767af905 100644 --- a/services/api/test/integration/crunch_dispatch_test.rb +++ b/services/api/test/integration/crunch_dispatch_test.rb @@ -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,8 +28,8 @@ class CrunchDispatchTest < ActionDispatch::IntegrationTest format: "json", job: { script: "log", - repository: "bar", - script_version: "143fec09e988160673c63457fa12a0f70b5b8a26", + repository: "crunch_dispatch_test", + script_version: "f35f99b7d32bac257f5989df02b9f12ee1a9b0d6", script_parameters: "{}" } }, auth(:admin)