Release commit for 5.90128
[catagits/Catalyst-Runtime.git] / t / aggregate / unit_core_script_server.t
index b096c42..c4d3c5b 100644 (file)
@@ -151,7 +151,7 @@ sub testBackgroundOptionWithFork {
 
     ## Check a few args
     is_deeply $app->{ARGV}, $argstring;
-    is $app->{port}, '3000';
+    is $app->port, '3000';
     is($app->{background}, 1);
 }