X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_request_auth.t;h=c7f94a59e7d2a2e5b37b30aec17a884ecf157fb5;hp=f5370cebc9f962f6c76be136abbc0c9e9abb9315;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=ae29b412955743885e80350085167b54b69672da diff --git a/t/aggregate/live_engine_request_auth.t b/t/aggregate/live_engine_request_auth.t index f5370ce..c7f94a5 100644 --- a/t/aggregate/live_engine_request_auth.t +++ b/t/aggregate/live_engine_request_auth.t @@ -1,5 +1,3 @@ -#!perl - # This tests to make sure the Authorization header is passed through by the engine. use strict; @@ -38,6 +36,6 @@ use HTTP::Request::Common; } isa_ok( $creq, 'Catalyst::Request' ); - + is( $creq->header('Authorization'), 'Basic dGVzdDoxMjM0NQ==', 'auth header ok' ); }