X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Controller-DBIC-API.git;a=blobdiff_plain;f=t%2Flib%2FRestTest%2FController%2FAPI%2FREST%2FTrack.pm;h=b62110ebcab8c0547645da3a0a3bf4322d82fe06;hp=f8b15b8dcd2382e2916b2dcba5991eb4329079aa;hb=0cd7ab9e098294b05a42c52d17cd82e961a72d27;hpb=9f9ffe56eb079d043d93776f40ecc2a54f2c142a diff --git a/t/lib/RestTest/Controller/API/REST/Track.pm b/t/lib/RestTest/Controller/API/REST/Track.pm index f8b15b8..b62110e 100644 --- a/t/lib/RestTest/Controller/API/REST/Track.pm +++ b/t/lib/RestTest/Controller/API/REST/Track.pm @@ -10,6 +10,9 @@ __PACKAGE__->config create_requires => ['cd', 'title' ], create_allows => ['cd', 'title', 'position' ], update_allows => ['title', 'position', { cd => ['*'] }], + page => 1, + count => 10, + use_json_boolean => 1, ); 1;