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