X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Fauthor%2Fhttp-server.t;h=0edba014283f6b1808b28ace93ec761d370ec313;hp=3bc33a0e4acea91e375aa73c8eded2a3195a7c1b;hb=1316cc6465a09bcc5755b8b60f321ec7f2585eb8;hpb=876db346c24d0016c70a281a57e4696e81abe8fe diff --git a/t/author/http-server.t b/t/author/http-server.t index 3bc33a0..0edba01 100644 --- a/t/author/http-server.t +++ b/t/author/http-server.t @@ -43,7 +43,7 @@ if ($pid) { unshift @INC, "$tmpdir/TestApp/lib", "$FindBin::Bin/../../lib"; require TestApp; - my $psgi_app = TestApp->_wrapped_legacy_psgi_app(TestApp->psgi_app); + my $psgi_app = TestApp->apply_default_middlewares(TestApp->psgi_app); Plack::Loader->auto(port => $port)->run(builder { mount '/test_prefix' => $psgi_app; mount '/' => sub {