Correct description string of this test.

This commit is contained in:
Bradley M. Kuhn 2015-12-20 15:13:42 -08:00
parent e0f7e66bba
commit da396611fc

View file

@ -365,7 +365,7 @@ dies_ok { $sp->getRequest(undef, undef); } "getRequest: dies if supporterId not
dies_ok { $sp->getRequest(0, "t-shirt-small-only"); } "getRequest: dies if supporterId invalid."; dies_ok { $sp->getRequest(0, "t-shirt-small-only"); } "getRequest: dies if supporterId invalid.";
dies_ok { $sp->getRequest($drapperId, undef); } dies_ok { $sp->getRequest($drapperId, undef); }
"getRequest: dies if requestTypeId / requestType not specified."; "getRequest: dies if requestType not specified.";
my $tt; my $tt;
lives_ok { $tt = $sp->getRequest($drapperId, 'this-one-is-not-there'); } lives_ok { $tt = $sp->getRequest($drapperId, 'this-one-is-not-there'); }