diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-01-04 16:43:18 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-01-04 17:09:29 +0100 |
commit | ef778782edec5d53c4a3856420b93d331d51ee9b (patch) | |
tree | b1b81798ad01f6f3c83c328aa3dfb174db203182 /qa/t | |
parent | b9122e5acb32bf3a1f2ced1d548535b394ebf964 (diff) | |
download | bugzilla-ef778782edec5d53c4a3856420b93d331d51ee9b.tar.gz bugzilla-ef778782edec5d53c4a3856420b93d331d51ee9b.tar.xz |
fix tests that rely on error messages preserving the case of bug aliases
Diffstat (limited to 'qa/t')
-rw-r--r-- | qa/t/webservice_bug_update_see_also.t | 2 |
1 files changed, 1 insertions, 1 deletions
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', |