From 149605dfb4309331d0337af9ac962e67332a45a7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 29 Aug 2014 09:42:22 -0400 Subject: [PATCH] Fixed flake8 warning. --- tests/i18n/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py index 64e6eb5eed..aa7602a524 100644 --- a/tests/i18n/tests.py +++ b/tests/i18n/tests.py @@ -98,6 +98,7 @@ class TranslationTests(TestCase): called, not the one used when the decorator was initialized. refs #23381 """ activate('fr') + @translation.override('pl') def func_pl(): pass