Unverified Commit bfb370ef authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

fix negative-delay regression test

parent 9695d305
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ require "$FindBin::Bin/../index.pl";

my $t = Test::Mojo->new('Travelynx');

my $reg_link = $t->app->config->{registration}{link};

$t->ua->on( start => sub { $_[1]->req->headers->accept_language('de-DE') } );

if ( not $t->app->config->{db} ) {