9898: test updates
[arvados.git] / services / api / test / functional / arvados / v1 / virtual_machines_controller_test.rb
index 7c3270c5c5112126b52f90c6fc593da44ef7924e..329bc1589afc6a2298472d739524fc094e7f0723 100644 (file)
@@ -65,4 +65,11 @@ class Arvados::V1::VirtualMachinesControllerTest < ActionController::TestCase
     assert_equal u.uuid, json_response['items'][0]['user_uuid']
     assert_equal 'bobblogin', json_response['items'][0]['username']
   end
+
+  test 'get all logins' do
+    authorize_with :admin
+    get :get_all_logins
+    find_login :admin
+    find_login :active
+  end
 end