Merge cookie fix from 5.7
[catagits/Catalyst-Runtime.git] / t / aggregate / live_engine_response_cookies.t
index 8442fcf..5f2f226 100644 (file)
@@ -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 /|]
 };
 
 {