diff --git a/t/i18n/template.t b/t/i18n/template.t index 466f31d60..912fd9adf 100644 --- a/t/i18n/template.t +++ b/t/i18n/template.t @@ -88,6 +88,7 @@ foreach my $label ( @questionableTemplates ) { } END { + defined $session && $session->config->set('macros', $originalMacros); }