From 05c9115eb436ff893a0b7a74656b7aebfec64193 Mon Sep 17 00:00:00 2001 From: Ana Ulin Date: Wed, 18 Oct 2023 17:51:15 -0700 Subject: [PATCH] Update test environment configuration to fix deprecation warning. --- config/environments/test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/test.rb b/config/environments/test.rb index 87675afa3..f4af4dd28 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -29,7 +29,7 @@ config.cache_store = :null_store # Raise exceptions instead of rendering exception templates. - config.action_dispatch.show_exceptions = false + config.action_dispatch.show_exceptions = :none # Disable request forgery protection in test environment. config.action_controller.allow_forgery_protection = false