Fix test skip count. RT#77181
[catagits/Test-WWW-Mechanize-Catalyst.git] / t / multi_content_type.t
index f0bf615..74b096c 100644 (file)
@@ -43,7 +43,7 @@ TRY_CONNECT: {
 }
 
 SKIP: {
-  skip $skip, 8 if $skip;
+  skip $skip, 9 if $skip;
   lives_ok { $m->get_ok( '/', 'Get a multi Content-Type response' ) }
   'Survive to a multi Content-Type sting';