X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2dc7f15f81ea7f460114482614d8ec5814c36fbf..41a6554ca2281983645cf606ba6291cc2332dced:/services/api/test/integration/keep_proxy_test.rb diff --git a/services/api/test/integration/keep_proxy_test.rb b/services/api/test/integration/keep_proxy_test.rb index 347f69d576..d4155c2c4a 100644 --- a/services/api/test/integration/keep_proxy_test.rb +++ b/services/api/test/integration/keep_proxy_test.rb @@ -10,7 +10,7 @@ class KeepProxyTest < ActionDispatch::IntegrationTest assert_equal 'disk', services[0]['service_type'] assert_equal 'disk', services[1]['service_type'] - get "/arvados/v1/keep_services/accessible", {:format => :json}, auth(:active).merge({'HTTP_X_KEEP_PROXY_REQUIRED' => true}) + get "/arvados/v1/keep_services/accessible", {:format => :json}, auth(:active).merge({'HTTP_X_EXTERNAL_CLIENT' => '1'}) assert_response :success services = json_response['items']