diff options
Diffstat (limited to 'rt/t/customfields/iprange.t')
-rw-r--r-- | rt/t/customfields/iprange.t | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); } } |