diff --git a/test/controllers/v1/institutions_controller_test.rb b/test/controllers/v1/institutions_controller_test.rb index ba90ef5db6a83ec69f82c9c089401f0c5b55116f..be23eca891c65e89be0a3ae1cd7d7bd2cf631b86 100644 --- a/test/controllers/v1/institutions_controller_test.rb +++ b/test/controllers/v1/institutions_controller_test.rb @@ -9,6 +9,7 @@ class V1::InstitutionControllerTest < ActionController::TestCase end test 'should user show institution' do + auth_application ufpr = institutions(:ufpr) get :show, id: ufpr.id assert_response :ok