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