tweak the test case
[catagits/Catalyst-Runtime.git] / t / lib / TestMiddlewareFromConfig / testmiddlewarefromconfig.pl
index 4df352d..d470f04 100644 (file)
@@ -6,7 +6,6 @@ my $static = Plack::Middleware::Static->new(
 my $conf = +{
   'Controller::Root', { namespace => '' },
   'psgi_middleware', [
-    'Head',
     $static,
     'Static', { path => qr{^/static2/}, root => TestMiddlewareFromConfig->path_to('share') },
     'Runtime',