summaryrefslogtreecommitdiff
path: root/t/11-journey-stats.t
diff options
context:
space:
mode:
Diffstat (limited to 't/11-journey-stats.t')
-rw-r--r--t/11-journey-stats.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/11-journey-stats.t b/t/11-journey-stats.t
index 3fc8724..d5af010 100644
--- a/t/11-journey-stats.t
+++ b/t/11-journey-stats.t
@@ -17,6 +17,8 @@ require "$FindBin::Bin/../index.pl";
my $t = Test::Mojo->new('Travelynx');
+$t->ua->on( start => sub { $_[1]->req->headers->accept_language('de-DE') } );
+
if ( not $t->app->config->{db} ) {
plan( skip_all => 'No database configured' );
}