inconsequential code formatting
David Dorward [Fri, 18 Sep 2009 07:11:07 +0000 (08:11 +0100)]
t/live-test.t

index afed51b..f1cd032 100644 (file)
@@ -21,7 +21,7 @@ $mech->content_like(qr/it works/i, 'see if it has our text');
 is $mech->response->headers->{'content-type'}, 'text/html; charset=utf-8',
   'No Accept header = text/html';
 my @vary_headers = $mech->response->headers->{'vary'};
-is ((grep { 'accept' eq lc $_} @vary_headers), 1,
+is ((grep { 'accept' eq lc $_ } @vary_headers), 1,
     "Does not Vary on Accept headers (or sets Accept multiple times)");
 
 $mech->add_header( Accept => 'text/html' );