From 16237bfe213de6141d8100402f88ad6686394580 Mon Sep 17 00:00:00 2001 From: Derf Null Date: Mon, 26 Jun 2023 20:18:27 +0200 Subject: use small stations database for some tests --- t/02-registration.t | 1 + 1 file changed, 1 insertion(+) (limited to 't/02-registration.t') diff --git a/t/02-registration.t b/t/02-registration.t index 53f772f..1f90e65 100644 --- a/t/02-registration.t +++ b/t/02-registration.t @@ -33,6 +33,7 @@ $t->app->pg->on( $t->app->config->{mail}->{disabled} = 1; +$ENV{__TRAVELYNX_TEST_MINI_IRIS} = 1; $t->app->start( 'database', 'migrate' ); my $csrf_token -- cgit v1.2.3