Correct description string of this test.
This commit is contained in:
parent
e0f7e66bba
commit
da396611fc
1 changed files with 1 additions and 1 deletions
|
@ -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'); }
|
||||||
|
|
Loading…
Reference in a new issue