summaryrefslogtreecommitdiff
path: root/rt/t/customfields/iprange.t
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-08-21 00:48:07 -0700
committerIvan Kohler <ivan@freeside.biz>2014-08-21 00:48:07 -0700
commitc71b2dc296da6207c525a064d322f7153c284d4e (patch)
treeddbc43665029b8b92db4e18b8198c7f848519010 /rt/t/customfields/iprange.t
parentb95256aad16c4bdafd089d26c0f9147f3ec7755e (diff)
rt 4.0.21 (RT#13852)
Diffstat (limited to 'rt/t/customfields/iprange.t')
-rw-r--r--rt/t/customfields/iprange.t2
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' );
}
}