Merge branch '8784-dir-listings'
[arvados.git] / services / api / test / integration / serialized_encoding_test.rb
index ed30fdb5df24a40db878a1869e6e7b5ca26a4573..d7599bc00f5e55367f41cf7e3332dc99b1ec0dd6 100644 (file)
@@ -1,8 +1,12 @@
+# Copyright (C) The Arvados Authors. All rights reserved.
+#
+# SPDX-License-Identifier: AGPL-3.0
+
 require 'test_helper'
-load 'test/functional/arvados/v1/git_setup.rb'
+require 'helpers/git_test_helper'
 
 class SerializedEncodingTest < ActionDispatch::IntegrationTest
-  include GitSetup
+  include GitTestHelper
 
   fixtures :all
 
@@ -12,8 +16,8 @@ class SerializedEncodingTest < ActionDispatch::IntegrationTest
     human: {properties: {eye_color: 'gray'}},
 
     job: {
-      repository: 'foo',
-      runtime_constraints: {docker_image: 'arvados/jobs'},
+      repository: 'active/foo',
+      runtime_constraints: {docker_image: 'arvados/apitestfixture'},
       script: 'hash',
       script_version: 'master',
       script_parameters: {pattern: 'foobar'},