diff --git a/Supporters/t/Supporters.t b/Supporters/t/Supporters.t index 3258427..109b6cc 100644 --- a/Supporters/t/Supporters.t +++ b/Supporters/t/Supporters.t @@ -5,7 +5,7 @@ use strict; use warnings; -use Test::More tests => 141; +use Test::More tests => 140; use Test::Exception; use Scalar::Util qw(looks_like_number reftype); @@ -331,9 +331,6 @@ is_deeply($val, { $fulfillRequestId => { id => $fulfillRequestId, date => $today request_id => $tshirtSmallRequestId } }, "fulfillRequest: databse entry from successful return is correct"); -ok((defined $val and (keys(%$val) == 0)), - "_getOrCreateRequestConfiguration: no request_configuration record added for failed attempts"); - my $badFR; lives_ok { $badFR = $sp->fulfillRequest( { supporterId => $drapperId, who => 'john', requestType => "does-not-exist",