summaryrefslogtreecommitdiff
path: root/rt/t
diff options
context:
space:
mode:
Diffstat (limited to 'rt/t')
-rw-r--r--rt/t/customfields/ip.t2
-rw-r--r--rt/t/customfields/iprange.t2
-rw-r--r--rt/t/customfields/ipv6.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/rt/t/customfields/ip.t b/rt/t/customfields/ip.t
index 3ab7fbd6a..37afcb71d 100644
--- a/rt/t/customfields/ip.t
+++ b/rt/t/customfields/ip.t
@@ -147,7 +147,7 @@ diag "check that we parse correct IPs only" if $ENV{'TEST_VERBOSE'};
}
);
- $agent->content_contains( 'can not be parsed as an IP address',
+ $agent->content_contains( 'is not a valid IP address',
'ticket fails to create' );
}
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' );
}
}
diff --git a/rt/t/customfields/ipv6.t b/rt/t/customfields/ipv6.t
index f97420ef6..3b02ef9d7 100644
--- a/rt/t/customfields/ipv6.t
+++ b/rt/t/customfields/ipv6.t
@@ -150,7 +150,7 @@ diag "check that we parse correct IPs only" if $ENV{'TEST_VERBOSE'};
}
);
- $agent->content_contains( 'can not be parsed as an IP address',
+ $agent->content_contains( 'is not a valid IP address',
'ticket fails to create' );
}
}