X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Funit_core_script_server.t;h=c4d3c5bf80cb1d136cde583b48d360cc5e49528a;hb=4e93cdb6d9403718baff430bc1bdc3245aa5236f;hp=b096c42ca336979f6e3c4269f7e10bd411dbb7c3;hpb=cd83d772398c88186588f4018c827cf95c55d933;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/unit_core_script_server.t b/t/aggregate/unit_core_script_server.t index b096c42..c4d3c5b 100644 --- a/t/aggregate/unit_core_script_server.t +++ b/t/aggregate/unit_core_script_server.t @@ -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); }