From 812be4f0cbeb74db379a2c931ceb2c88bd9fabf7 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 22 Apr 2019 13:42:41 +0200 Subject: Finish transition from DBI to Mojo::Pg --- t/02-registration.t | 1 - 1 file changed, 1 deletion(-) (limited to 't') 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 ) = @_; -- cgit v1.2.3