This test did not belong here.
I believe this was due to a bad cut-and-paste in a previous commit.
This commit is contained in:
parent
f29a243db3
commit
3ff735584c
1 changed files with 1 additions and 4 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue