X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fcustomfields%2Fiprange.t;h=4bccd9ac1adbae154dd52b693a92d999af5576c3;hb=c776d3d0b3ebcdddcb42ed3476e4047fd9c90a9b;hp=118d23c885559a92d583f51a700d0782a342855b;hpb=f3c4966ed1f6ec3db7accd6dcdd3a5a3821d72a7;p=freeside.git diff --git a/rt/t/customfields/iprange.t b/rt/t/customfields/iprange.t index 118d23c88..4bccd9ac1 100644 --- a/rt/t/customfields/iprange.t +++ b/rt/t/customfields/iprange.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -198,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' ); } }