Fix test
[arvados.git] / services / api / test / functional / arvados / v1 / nodes_controller_test.rb
index 06695aa6a762a9871deef9f820dec14c33eefedb..28a183026758e029631e685c2970118bcd445fd7 100644 (file)
@@ -76,6 +76,7 @@ class Arvados::V1::NodesControllerTest < ActionController::TestCase
   end
 
   test "ping adds node stats to info" do
+    authorize_with :admin
     node = nodes(:idle)
     post :ping, {
       id: node.uuid,