summaryrefslogtreecommitdiffstats
path: root/qa/t/webservice_bug_add_comment.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_add_comment.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_add_comment.t')
-rw-r--r--qa/t/webservice_bug_add_comment.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/webservice_bug_add_comment.t b/qa/t/webservice_bug_add_comment.t
index cf0310602..dafd088fb 100644
--- a/qa/t/webservice_bug_add_comment.t
+++ b/qa/t/webservice_bug_add_comment.t
@@ -48,7 +48,7 @@ my @tests = (
},
{ user => 'unprivileged',
args => { id => INVALID_BUG_ID, comment => TEST_COMMENT },
- error => "not a valid bug number",
+ error => "It does not seem like bug number",
test => 'Passing invalid bug id returns error "Invalid Bug ID"',
},
{ user => 'unprivileged',