From b9122e5acb32bf3a1f2ced1d548535b394ebf964 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Thu, 4 Jan 2018 10:43:18 -0500 Subject: fix tests that rely on error messages prior to bug 1426475 --- qa/t/lib/QA/Tests.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa/t/lib') 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] }, -- cgit v1.2.3-24-g4f1b