X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_app.t;h=943681a3c6618de3273893d6dbaa7b37a286d8dc;hb=0914298e67babb131596ff9d7317b737a0c1ec6a;hp=d95e197113cb91f4b0324eb891435c25ed7e18f4;hpb=790f9ddb9f3ccc22944f3ee534b629f8b6e85db6;p=catagits%2FCatalyst-Authentication-Credential-HTTP.git 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 = {