Memleak test needs to use resident size
[catagits/Catalyst-Runtime.git] / t / live_component_controller_action_forward.t
index 5aac25a..7c14b78 100644 (file)
@@ -242,8 +242,7 @@ sub run_tests {
             'forward_to_uri_check request');
 
         ok( $response->is_success, 'forward_to_uri_check successful');
-        is( $response->content, 'http://localhost/action/forward/foo/bar',
+        is( $response->content, '/action/forward/foo/bar',
              'forward_to_uri_check correct namespace');
     }
-
 }