Fix exception when valid token points to missing user
[arvados.git] / apps / workbench / test / functional / users_controller_test.rb
index ae395ae0bf61970540381cdec667ef4ffd645d49..aadee36f656bfbd99bef0f113651b86f9701d2fc 100644 (file)
@@ -1,8 +1,7 @@
 require 'test_helper'
 
 class UsersControllerTest < ActionController::TestCase
-  test "valid token for deleted user ignored instead of crashing" do
-    skip
+  test "ignore previously valid token (for deleted user), don't crash" do
     get :welcome, {}, session_for(:valid_token_deleted_user)
     assert_response :success
     assert_nil assigns(:my_jobs)