X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/409fe707a4d05f1986d7bb0c29ec977d19aa63f5..bfd5100c4e0bed1910875099937169f1b0c8ce7b:/services/api/test/functional/arvados/v1/nodes_controller_test.rb diff --git a/services/api/test/functional/arvados/v1/nodes_controller_test.rb b/services/api/test/functional/arvados/v1/nodes_controller_test.rb index dd942b691e..d74450587d 100644 --- a/services/api/test/functional/arvados/v1/nodes_controller_test.rb +++ b/services/api/test/functional/arvados/v1/nodes_controller_test.rb @@ -68,7 +68,7 @@ class Arvados::V1::NodesControllerTest < ActionController::TestCase test "create node" do authorize_with :admin - post :create + post :create, {node: {}} assert_response :success assert_not_nil json_response['uuid'] assert_not_nil json_response['info'].is_a? Hash