RT 4.0.22
[freeside.git] / rt / t / customfields / iprangev6.t
index 3b8a4d6..84fec16 100644 (file)
@@ -193,7 +193,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/,
+        $agent->content_like( qr/is not a valid IP address range/,
             'ticket fails to create' );
     }