X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/45648db225a107b6475c04c105f5db3c58570811..783343e5aca00f730315d943cecf74e4277a38e7:/apps/workbench/test/functional/collections_controller_test.rb?ds=sidebyside diff --git a/apps/workbench/test/functional/collections_controller_test.rb b/apps/workbench/test/functional/collections_controller_test.rb index 852772ae83..fb80f8874e 100644 --- a/apps/workbench/test/functional/collections_controller_test.rb +++ b/apps/workbench/test/functional/collections_controller_test.rb @@ -53,11 +53,11 @@ class CollectionsControllerTest < ActionController::TestCase assert_equal([['.', 'foo', 3]], assigns(:object).files) end - test "viewing a collection fetches related folders" do + test "viewing a collection fetches related projects" do show_collection(:foo_file, :active) - assert_includes(assigns(:folders).map(&:uuid), - api_fixture('groups')['afolder']['uuid'], - "controller did not find linked folder") + assert_includes(assigns(:projects).map(&:uuid), + api_fixture('groups')['aproject']['uuid'], + "controller did not find linked project") end test "viewing a collection fetches related permissions" do