Test fixes - how did this ever pass before?
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / multi_content_type.t
index 097dce9..47cba51 100644 (file)
@@ -60,7 +60,7 @@ SKIP: {
   is($m->uri, "$ENV{CATALYST_SERVER}/");
 
   $m->get_ok( '/host' );
-  $m->content_contains('Host: localhost:$PORT') or diag $m->content;
+  $m->content_contains("Host: localhost:$PORT") or diag $m->content;
 
 }