summaryrefslogtreecommitdiff
path: root/t/Webmail.t
diff options
context:
space:
mode:
Diffstat (limited to 't/Webmail.t')
-rw-r--r--t/Webmail.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/Webmail.t b/t/Webmail.t
index 21f0c19..06efd49 100644
--- a/t/Webmail.t
+++ b/t/Webmail.t
@@ -15,7 +15,7 @@ my $pw = JWebmail::Model::Driver::MockJSON::VALID_PW;
my $t = Test::Mojo->new('JWebmail', {
development => { use_read_mock => 'json', block_writes => 1 },
- i18n => { default_language => 'en' },
+ i18n => { default_language => DEFAULT_LANGUAGE },
});
$t->get_ok('/')->status_is(200);