summaryrefslogtreecommitdiff
path: root/t/02-registration.t
diff options
context:
space:
mode:
Diffstat (limited to 't/02-registration.t')
-rw-r--r--t/02-registration.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/02-registration.t b/t/02-registration.t
index 4c8008f..48d7d4c 100644
--- a/t/02-registration.t
+++ b/t/02-registration.t
@@ -19,7 +19,6 @@ if ( not $t->app->config->{db} ) {
$t->app->pg->db->query('drop schema if exists travelynx_test_02 cascade');
$t->app->pg->db->query('create schema travelynx_test_02');
$t->app->pg->db->query('set search_path to travelynx_test_02');
-$t->app->dbh->do('set search_path to travelynx_test_02');
$t->app->pg->on(
connection => sub {
my ( $pg, $dbh ) = @_;