From c8bbcc05e448c5a49df5e19b675ee204b3b33845 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sun, 20 Dec 2015 15:15:39 -0800 Subject: [PATCH] Parameter here is "notes", not "note" --- Supporters/t/Supporters.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Supporters/t/Supporters.t b/Supporters/t/Supporters.t index 1d9c797..236fe52 100644 --- a/Supporters/t/Supporters.t +++ b/Supporters/t/Supporters.t @@ -273,7 +273,7 @@ my $tshirtSmallRequestId; lives_ok { $tshirtSmallRequestId = $sp->addRequest({ supporterId => $drapperId, requestType => "t-shirt-small-only", requestConfiguration => 'Small', - note => 'he probably needs a larger size but this shirt has none'}); } + notes => 'he probably needs a larger size but this shirt has none'}); } "addRequest: succeeds with a requestType and requestConfiguration and a note."; ok( (defined $tshirtSmallRequestId and looks_like_number($tshirtSmallRequestId) and $tshirtSmallRequestId > 0),