]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix tests that rely on error messages preserving the case of bug aliases
authorDylan William Hardison <dylan@hardison.net>
Thu, 4 Jan 2018 15:43:18 +0000 (10:43 -0500)
committerDylan William Hardison <dylan@hardison.net>
Thu, 4 Jan 2018 16:09:29 +0000 (11:09 -0500)
qa/t/webservice_bug_update_see_also.t

index fc6c9bc9ecdba4abc3c0fd77f192bb5b6676fbe9..460cb13e1b3f4049cc663c38ef8406d2271abb82 100644 (file)
@@ -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',