X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_engine_response_cookies.t;h=5f2f2266c6605e7e2a428a5ad461af31615dd61e;hb=b09bbdcbefa4f36ad9903dc033f157736557ddf0;hp=8442fcfd2c1a80e73631d07d3c684429787fdc8f;hpb=42da66a91b0a87ebb81d8552bcd0b05d3557c83e;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_engine_response_cookies.t b/t/aggregate/live_engine_response_cookies.t index 8442fcf..5f2f226 100644 --- a/t/aggregate/live_engine_response_cookies.t +++ b/t/aggregate/live_engine_response_cookies.t @@ -11,8 +11,8 @@ use Catalyst::Test 'TestApp'; use HTTP::Headers::Util 'split_header_words'; my $expected = { - Catalyst => [qw|Catalyst Cool path /bah|], - Cool => [qw|Cool Catalyst path /|] + catalyst => [qw|catalyst cool path /bah|], + cool => [qw|cool catalyst path /|] }; {