X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FRestTest%2FController%2FAPI%2FREST%2FTrack.pm;h=33362e0d16b985a905e92f96fa2cee9c171221d4;hb=4a805f62625bb1e4152fd2ef25169ac6683ca611;hp=6a7bcf00d5e071acce46e71cb908e20dff949165;hpb=d273984026646e5b57c052deef3fcb9121122060;p=catagits%2FCatalyst-Controller-DBIC-API.git diff --git a/t/lib/RestTest/Controller/API/REST/Track.pm b/t/lib/RestTest/Controller/API/REST/Track.pm index 6a7bcf0..33362e0 100644 --- a/t/lib/RestTest/Controller/API/REST/Track.pm +++ b/t/lib/RestTest/Controller/API/REST/Track.pm @@ -9,7 +9,9 @@ __PACKAGE__->config class => 'RestTestDB::Track', create_requires => ['cd', 'title' ], create_allows => ['cd', 'title', 'position' ], - update_allows => ['title', 'position'] + update_allows => ['title', 'position', { cd => ['*'] }], + page => 1, + count => 10, ); 1;