summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2015-11-18 01:35:35 +0100
committerDavid Lawrence <dkl@mozilla.com>2015-11-18 01:41:18 +0100
commit122ff33485adb0ed614bbfb7fb454cdd96fd8a11 (patch)
tree292447ac05bf2560d1e2958555663e385814a191
parentf60aff38a9f47f99652789622b06e7ab49c7151f (diff)
downloadbugzilla-122ff33485adb0ed614bbfb7fb454cdd96fd8a11.tar.gz
bugzilla-122ff33485adb0ed614bbfb7fb454cdd96fd8a11.tar.xz
Revert "Bug 1224912 - Fix test regressions introduced by changes in bug 1224649"
-rwxr-xr-xdocker/scripts/generate_bmo_data.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/scripts/generate_bmo_data.pl b/docker/scripts/generate_bmo_data.pl
index 10a9436df..178d8353e 100755
--- a/docker/scripts/generate_bmo_data.pl
+++ b/docker/scripts/generate_bmo_data.pl
@@ -387,7 +387,7 @@ foreach my $group (@groups) {
}
# Update default security group settings for new products
-my $default_security_group = Bugzilla::Group->new({ name => 'core-security-release' });
+my $default_security_group = Bugzilla::Group->new({ name => 'core-security' });
if ($default_security_group) {
$dbh->do('UPDATE products SET security_group_id = ? WHERE security_group_id IS NULL',
undef, $default_security_group->id);