Merge branch '8567-moar-docker' refs #8567
[arvados.git] / services / api / test / functional / arvados / v1 / containers_controller_test.rb
index d923e01301ccc81d43630f0374d988ab0ecb7424..65a1a915da26398e89f41203472304d97ae0082b 100644 (file)
@@ -90,7 +90,6 @@ class Arvados::V1::ContainersControllerTest < ActionController::TestCase
 
   test 'get current container for token' do
     authorize_with :running_container_auth
-    c = Container.where(auth_uuid: Thread.current[:api_client_authorization].uuid).first
     get :current
     assert_response :success
     assert_equal containers(:running).uuid, json_response['uuid']