Unfuck last commit, fix go tests, remove unneeded crud from TestApp, add FIXME for...
[catagits/Catalyst-Runtime.git] / t / aggregate / live_component_controller_action_go.t
index 4ad6c26..9966a94 100644 (file)
@@ -242,7 +242,7 @@ sub run_tests {
         );
         ok( !$response->is_success, 'Response Fails' );
         is( $response->content,
-            q(FATAL ERROR: Couldn't go("TestApp"): Action has no namespace: cannot go() to a plain method or component, must be a :Action or some sort.),
+            q(FATAL ERROR: Couldn't go("TestApp"): Action has no namespace: cannot go() to a plain method or component, must be an :Action of some sort.),
             'Error message'
         );
     }