summaryrefslogtreecommitdiffstats
path: root/qa/t/webservice_bug_update.t
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2018-01-04 16:43:18 +0100
committerDylan William Hardison <dylan@hardison.net>2018-01-04 16:43:50 +0100
commitb9122e5acb32bf3a1f2ced1d548535b394ebf964 (patch)
tree62b4c8270472c9276b3185fc66026fa87c2b84b7 /qa/t/webservice_bug_update.t
parent0f4f73c8027787e1d83489be32ad798e00bfa77d (diff)
downloadbugzilla-b9122e5acb32bf3a1f2ced1d548535b394ebf964.tar.gz
bugzilla-b9122e5acb32bf3a1f2ced1d548535b394ebf964.tar.xz
fix tests that rely on error messages prior to bug 1426475
Diffstat (limited to 'qa/t/webservice_bug_update.t')
-rw-r--r--qa/t/webservice_bug_update.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/webservice_bug_update.t b/qa/t/webservice_bug_update.t
index 097c506b6..4e3b9985b 100644
--- a/qa/t/webservice_bug_update.t
+++ b/qa/t/webservice_bug_update.t
@@ -522,7 +522,7 @@ sub invalid_values {
see_also => [
{ value => { add => [random_string(20)] },
- error => 'is not a valid bug number nor an alias',
+ error => 'It does not seem like bug number nor an alias to a bug.',
test => 'random string fails in see_also' },
{ value => { add => ['http://landfill.bugzilla.org/'] },
error => 'See Also URLs should point to one of',