diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-04-22 13:42:41 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-04-22 13:42:41 +0200 |
commit | 812be4f0cbeb74db379a2c931ceb2c88bd9fabf7 (patch) | |
tree | bf2f0628941e3df5ebcbd37b85aa18b51667d6c8 /t | |
parent | c65232904fb0bd8e0294e3f76aeee27f32da85ee (diff) |
Finish transition from DBI to Mojo::Pg
Diffstat (limited to 't')
-rw-r--r-- | t/02-registration.t | 1 |
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 ) = @_; |