X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_request_auth.t;h=c7f94a59e7d2a2e5b37b30aec17a884ecf157fb5;hb=804143deca6f2bebfc87cc78cf397201b6028bc5;hp=f5370cebc9f962f6c76be136abbc0c9e9abb9315;hpb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e;p=catagits%2FCatalyst-Runtime.git 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' ); }