X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fcustomfields%2Fiprangev6.t;h=84fec16a054cfa5c731cf69bbe2dad837042bcf9;hb=5b3efac57771fbc37874a3dd39d3df835cdd6133;hp=d823dd6e3e695a1b4c119f6958eb96edee5ab0a5;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/t/customfields/iprangev6.t b/rt/t/customfields/iprangev6.t index d823dd6e3..84fec16a0 100644 --- a/rt/t/customfields/iprangev6.t +++ b/rt/t/customfields/iprangev6.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -194,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' ); }