From: Dylan William Hardison Date: Thu, 4 Jan 2018 15:43:18 +0000 (-0500) Subject: fix tests that rely on error messages preserving the case of bug aliases X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef778782edec5d53c4a3856420b93d331d51ee9b;p=thirdparty%2Fbugzilla.git fix tests that rely on error messages preserving the case of bug aliases --- 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',