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=33362e0d16b985a905e92f96fa2cee9c171221d4;hp=f8b15b8dcd2382e2916b2dcba5991eb4329079aa;hb=4a805f62625bb1e4152fd2ef25169ac6683ca611;hpb=04f135e4176ab36780d168136947d1a748178ca7 diff --git a/t/lib/RestTest/Controller/API/REST/Track.pm b/t/lib/RestTest/Controller/API/REST/Track.pm index f8b15b8..33362e0 100644 --- a/t/lib/RestTest/Controller/API/REST/Track.pm +++ b/t/lib/RestTest/Controller/API/REST/Track.pm @@ -10,6 +10,8 @@ __PACKAGE__->config create_requires => ['cd', 'title' ], create_allows => ['cd', 'title', 'position' ], update_allows => ['title', 'position', { cd => ['*'] }], + page => 1, + count => 10, ); 1;