X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flive_engine_response_cookies.t;fp=t%2Flive_engine_response_cookies.t;h=cffca3ac36b5ae1340af63ca02768d081db6325d;hb=cb444200fdf24eed7ce342cabb51f43118e24f24;hp=abd0476bdcbc7833108fbfdc4dafa17a7897248d;hpb=c55acf6162aa095d1cc3b4dbcecc68cf9fd48e2c;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_engine_response_cookies.t b/t/live_engine_response_cookies.t index abd0476..cffca3a 100644 --- a/t/live_engine_response_cookies.t +++ b/t/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 /|] }; {