diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-03-19 03:31:10 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-19 03:31:10 +0100 |
commit | daa2d6b1c40354ecce0e48e6c5ee686efe642c4b (patch) | |
tree | dc0781d54354999b4416d3b8ec5696112107bc05 /Bugzilla/WebService | |
parent | 459ebf9cca578dc1d88f13da3a4fd0499cb7f2f8 (diff) | |
download | bugzilla-daa2d6b1c40354ecce0e48e6c5ee686efe642c4b.tar.gz bugzilla-daa2d6b1c40354ecce0e48e6c5ee686efe642c4b.tar.xz |
fix all the tests
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Constants.pm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Constants.pm b/Bugzilla/WebService/Constants.pm index e43918a43..93fddfc2b 100644 --- a/Bugzilla/WebService/Constants.pm +++ b/Bugzilla/WebService/Constants.pm @@ -184,7 +184,6 @@ use constant WS_ERROR_CODE => { product_must_have_description => 703, product_must_have_version => 704, product_must_define_defaultmilestone => 705, - product_must_have_security_group => 706, # Group errors are 800-900 empty_group_name => 800, |