X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=rt%2Ft%2Fcustomfields%2Fiprange.t;h=4bccd9ac1adbae154dd52b693a92d999af5576c3;hp=af9a52f83ace080186af3c51c2bf6c6f97361299;hb=008524b8e963831999983769f7fec11f55a72f16;hpb=d10fe3d48da3f3bdb423efe42d624e9d1013c958 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' ); } }