summaryrefslogtreecommitdiffstats
path: root/xt
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-08-23 23:09:53 +0200
committerDavid Lawrence <dkl@mozilla.com>2016-08-23 23:09:53 +0200
commit4da9ab1303fa775664d4ae2593547441dcadc36e (patch)
treec4a68a768dc8f094a6c786b619cdce1b039522c3 /xt
parentbe3d5a23267bb7466c56af6c5d683760d33d5c7a (diff)
downloadbugzilla-4da9ab1303fa775664d4ae2593547441dcadc36e.tar.gz
bugzilla-4da9ab1303fa775664d4ae2593547441dcadc36e.tar.xz
- Fix failing CI tests due to recent login/email changes (more)
Diffstat (limited to 'xt')
-rwxr-xr-xxt/config/generate_test_data.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/xt/config/generate_test_data.pl b/xt/config/generate_test_data.pl
index c3e8537c8..76669578d 100755
--- a/xt/config/generate_test_data.pl
+++ b/xt/config/generate_test_data.pl
@@ -145,6 +145,7 @@ foreach my $username (@usernames) {
my $user = Bugzilla::User->create(
{ login_name => $login,
+ email => $login,
realname => $username,
cryptpassword => $password,
%extra_args,