2871: some more comments
[arvados.git] / apps / workbench / test / functional / collections_controller_test.rb
index b31e718e4d058fcd8fbd357122e8b90586b0118e..19d08d73b35896b8116eb42c7d8dfecf42294177 100644 (file)
@@ -89,11 +89,10 @@ class CollectionsControllerTest < ActionController::TestCase
   end
 
   test "viewing collection files with a reader token" do
-    skip  # Need a new route+view for this.
     params = collection_params(:foo_file)
     params[:reader_token] =
       api_fixture('api_client_authorizations')['active']['api_token']
-    get(:show, params)
+    get(:show_file_links, params)
     assert_response :success
     assert_equal([['.', 'foo', 3]], assigns(:object).files)
     assert_no_session