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