From: Yuval Kogman Date: Mon, 5 Dec 2005 08:31:01 +0000 (+0000) Subject: funky donkey X-Git-Tag: v0.11~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Authentication-Credential-HTTP.git;a=commitdiff_plain;h=0914298e67babb131596ff9d7317b737a0c1ec6a funky donkey --- diff --git a/t/live_app.t b/t/live_app.t index d95e197..943681a 100644 --- a/t/live_app.t +++ b/t/live_app.t @@ -26,7 +26,7 @@ use HTTP::Request; $c->authorization_required; - $c->res->body("foo"); + $c->res->body( $c->user->id ); } __PACKAGE__->config->{authentication}{users} = $users = {