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:
Bradley M. Kuhn 2015-12-20 17:05:20 -08:00
parent f29a243db3
commit 3ff735584c

View file

@ -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",