summaryrefslogtreecommitdiffstats
path: root/qa
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 17:09:29 +0100
commitef778782edec5d53c4a3856420b93d331d51ee9b (patch)
treeb1b81798ad01f6f3c83c328aa3dfb174db203182 /qa
parentb9122e5acb32bf3a1f2ced1d548535b394ebf964 (diff)
downloadbugzilla-ef778782edec5d53c4a3856420b93d331d51ee9b.tar.gz
bugzilla-ef778782edec5d53c4a3856420b93d331d51ee9b.tar.xz
fix tests that rely on error messages preserving the case of bug aliases
Diffstat (limited to 'qa')
-rw-r--r--qa/t/webservice_bug_update_see_also.t2
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',