From c882924a60287e2778bbaf2f57fcda9fa24f8ca3 Mon Sep 17 00:00:00 2001 From: David Cook Date: Mon, 17 Mar 2025 13:52:46 +1100 Subject: [PATCH] Add comment to .env.test [skip ci] --- .env.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.env.test b/.env.test index 4cd76d6f0a..6d4d943414 100644 --- a/.env.test +++ b/.env.test @@ -1,7 +1,8 @@ # ENV vars for the test environment # Override locally with `.env.test.local` -# Locale for translation. +# Locale for translation. Using a locale other than `en` tests the +# successful fallback to `en`. LOCALE="en_TST" OFN_REDIS_JOBS_URL="redis://localhost:6379/2"