X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fcustomfields%2Fiprange.t;h=4bccd9ac1adbae154dd52b693a92d999af5576c3;hb=c71b2dc296da6207c525a064d322f7153c284d4e;hp=af9a52f83ace080186af3c51c2bf6c6f97361299;hpb=3d0a1bb06b895c5be6e3f0517d355442a6b1e125;p=freeside.git diff --git a/rt/t/customfields/iprange.t b/rt/t/customfields/iprange.t index af9a52f83..4bccd9ac1 100644 --- a/rt/t/customfields/iprange.t +++ b/rt/t/customfields/iprange.t @@ -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' ); } }