From ef778782edec5d53c4a3856420b93d331d51ee9b 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 preserving the case of bug aliases --- qa/t/webservice_bug_update_see_also.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qa') diff --git a/qa/t/webservice_bug_update_see_also.t b/qa/t/webservice_bug_update_see_also.t index fc6c9bc9e..460cb13e1 100644 --- a/qa/t/webservice_bug_update_see_also.t +++ b/qa/t/webservice_bug_update_see_also.t @@ -34,7 +34,7 @@ push(@tests, ( { user => 'admin', args => { ids => ['public_bug'], add => ['asdfasdfasdf'] }, - error => 'asdf', + error => 'ASDF', test => 'Admin cannot add an invalid URL', }, { user => 'admin', -- cgit v1.2.3-24-g4f1b