prepared for release of 5.65
[catagits/Catalyst-Runtime.git] / t / live_component_controller_action_local.t
index 70a31e7..62c2674 100644 (file)
@@ -120,7 +120,7 @@ sub run_tests {
         );
         like(
             $response->content,
-            qr/arguments => \[\s*'foo%2Fbar'\s*\]/,
+            qr~arguments => \[\s*'foo/bar'\s*\]~,
             "Parameters don't split on %2F"
         );
     }