rt 4.0.21 (RT#13852)
[freeside.git] / rt / t / customfields / iprange.t
index af9a52f..4bccd9a 100644 (file)
@@ -197,7 +197,7 @@ diag "check that we parse correct IPs only" if $ENV{'TEST_VERBOSE'};
             }
         );
 
-        $agent->content_like( qr/can not be parsed as an IP address range/, 'ticket fails to create' );
+        $agent->content_like( qr/is not a valid IP address range/, 'ticket fails to create' );
     }
 
 }