failing test for RT#43840
[catagits/Catalyst-Action-REST.git] / t / lib / Test / Catalyst / Action / REST.pm
index 70414ec..dbc6039 100644 (file)
@@ -6,9 +6,14 @@ use warnings;
 use Catalyst::Runtime '5.70';
 
 use Catalyst;
+use FindBin;
 
 __PACKAGE__->config(
     name => 'Test::Catalyst::Action::REST',
+    # RT#43840 -- this was ignored in 0.66 and earlier
+    'Controller::Serialize' => {
+        content_type_stash_key => 'serialize_content_type',
+    },
 );
 __PACKAGE__->setup;