We've already done one ResetDB above.
So make sure we're reseting the right DB
This commit is contained in:
parent
49273ecbde
commit
d654622ebe
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ is_deeply(\%hh, { requestTypeId => $rr, requestConfigurationId => $rc },
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
($tempDBH, $tempSP) = ResetDB($dbh);
|
($tempDBH, $tempSP) = ResetDB($tempDBH);
|
||||||
$tempDBH->do("DROP TABLE email_address;");
|
$tempDBH->do("DROP TABLE email_address;");
|
||||||
|
|
||||||
dies_ok { $tempSP->addSupporter({ display_name => "Roger Sterling",
|
dies_ok { $tempSP->addSupporter({ display_name => "Roger Sterling",
|
||||||
|
|
Loading…
Reference in a new issue