closes #11840
[arvados.git] / services / api / test / integration / select_test.rb
index a7bd545179813dcad92485b09f3e1a39c20c9927..982e172e186f3c9be84f2dddde653018377c6219 100644 (file)
@@ -36,6 +36,13 @@ class SelectTest < ActionDispatch::IntegrationTest
     end
   end
 
+  test "select with default order" do
+    get "/arvados/v1/links", {format: :json, select: ['uuid']}, auth(:admin)
+    assert_response :success
+    uuids = json_response['items'].collect { |i| i['uuid'] }
+    assert_equal uuids, uuids.sort
+  end
+
   def assert_link_classes_ascend(current_class, prev_class)
     # Databases and Ruby don't always agree about string ordering with
     # punctuation.  If the strings aren't ascending normally, check