We've already done one ResetDB above.

So make sure we're reseting the right DB
This commit is contained in:
Bradley M. Kuhn 2015-12-20 12:45:43 -08:00
parent 49273ecbde
commit d654622ebe

View file

@ -512,7 +512,7 @@ is_deeply(\%hh, { requestTypeId => $rr, requestConfigurationId => $rc },
=cut
($tempDBH, $tempSP) = ResetDB($dbh);
($tempDBH, $tempSP) = ResetDB($tempDBH);
$tempDBH->do("DROP TABLE email_address;");
dies_ok { $tempSP->addSupporter({ display_name => "Roger Sterling",