diff --git a/test/controllers/collections_controller_test.rb b/test/controllers/collections_controller_test.rb index 61e85fb93..fd8cd8f82 100644 --- a/test/controllers/collections_controller_test.rb +++ b/test/controllers/collections_controller_test.rb @@ -101,7 +101,7 @@ class CollectionsControllerTest < ActionController::TestCase #Administrator = SUCCESS sign_in users(:another_regular_user) get :edit, params: { id: @collection } - assert :forbidden + assert_response :forbidden end #CURATE TESTS