From e9b2a2193e8d3ed4f77d6b501f58baff54971ddd Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 21 Feb 2021 19:43:26 +0100 Subject: [PATCH] Make tests pass --- config/environments/test.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/environments/test.rb b/config/environments/test.rb index 279e9ba..f99f9f7 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -53,6 +53,8 @@ Rails.application.configure do } ] + config.alert_message = ENV['DEBSHOTS_ALERT_MESSAGE'] + # Raises error for missing translations # config.action_view.raise_on_missing_translations = true end