X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class-DeploymentHandler.git;a=blobdiff_plain;f=t%2Fbugs%2F01-emailed-bug-01.t;fp=t%2Fbugs%2F01-emailed-bug-01.t;h=dca69b98e7f8d7a842895ba6737d2385b1e9c19e;hp=1303f0437dd218d041d246a75e1cf5f1f2c47c88;hb=f3b5161e466df2a94f2704177f0173e7d940c4d5;hpb=2e3cccff896e3d8f98cfb3d1069be1c62cc24d69 diff --git a/t/bugs/01-emailed-bug-01.t b/t/bugs/01-emailed-bug-01.t index 1303f04..dca69b9 100644 --- a/t/bugs/01-emailed-bug-01.t +++ b/t/bugs/01-emailed-bug-01.t @@ -14,7 +14,7 @@ use Test::Exception; DBICDHTest::ready; -my $dbh = DBI->connect('dbi:SQLite::memory:'); +my $dbh = DBICDHTest::dbh(); my @connection = (sub { $dbh }, { ignore_version => 1 }); my $sql_dir = 't/sql';