damn typo
[catagits/Catalyst-Runtime.git] / t / 14connection.t
index 85a3445..ea3a353 100644 (file)
@@ -3,7 +3,7 @@ package TestApp;
 use Catalyst;
 
 __PACKAGE__->action(
-    host => sub {
+    hostname => sub {
         my ( $self, $c ) = @_;
         $c->res->output( $c->req->hostname );
     },