X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fbugs%2F01-emailed-bug-01.t;h=dca69b98e7f8d7a842895ba6737d2385b1e9c19e;hb=refs%2Ftags%2Fv0.002112;hp=1303f0437dd218d041d246a75e1cf5f1f2c47c88;hpb=ba99ba446d9681700bccaa7816959af3600b5cb9;p=dbsrgits%2FDBIx-Class-DeploymentHandler.git 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';