summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-06-28 05:47:08 +0200
committerDavid Lawrence <dkl@mozilla.com>2015-06-28 05:47:15 +0200
commit67658d0e3402d7421cc0381e20af6707390e7e4c (patch)
tree085e4d00bafdbedafe9e2147470f360d69323e3c /qa
parent777ba3eac1eb25e86923f13ab7821b1f604ff868 (diff)
downloadbugzilla-67658d0e3402d7421cc0381e20af6707390e7e4c.tar.gz
bugzilla-67658d0e3402d7421cc0381e20af6707390e7e4c.tar.xz
Bug 1178301: webservice_bug_update.t Parse errors: Bad plan. You planned 927 tests but ran 921
Diffstat (limited to 'qa')
-rw-r--r--qa/t/webservice_bug_update.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/t/webservice_bug_update.t b/qa/t/webservice_bug_update.t
index a9a01386a..8ca59cfa7 100644
--- a/qa/t/webservice_bug_update.t
+++ b/qa/t/webservice_bug_update.t
@@ -12,7 +12,7 @@ use Data::Dumper;
use QA::Util;
use QA::Tests qw(PRIVATE_BUG_USER STANDARD_BUG_TESTS);
use Storable qw(dclone);
-use Test::More tests => 927;
+use Test::More tests => 921;
use constant NONEXISTANT_BUG => 12_000_000;