summaryrefslogtreecommitdiffstats
path: root/qa/t/lib
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/lib
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/lib')
-rw-r--r--qa/t/lib/QA/Tests.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/lib/QA/Tests.pm b/qa/t/lib/QA/Tests.pm
index 89d382050..86fc06ad1 100644
--- a/qa/t/lib/QA/Tests.pm
+++ b/qa/t/lib/QA/Tests.pm
@@ -65,7 +65,7 @@ sub bug_tests {
test => 'Logged-out user can access a public bug.',
},
{ args => { ids => [INVALID_BUG_ID] },
- error => "not a valid bug number",
+ error => "It does not seem like bug number",
test => 'Passing invalid bug id returns error "Invalid Bug ID"',
},
{ args => { ids => [undef] },