diff options
author | David Lawrence <dkl@mozilla.com> | 2016-08-23 23:09:53 +0200 |
---|---|---|
committer | David Lawrence <dkl@mozilla.com> | 2016-08-23 23:09:53 +0200 |
commit | 4da9ab1303fa775664d4ae2593547441dcadc36e (patch) | |
tree | c4a68a768dc8f094a6c786b619cdce1b039522c3 | |
parent | be3d5a23267bb7466c56af6c5d683760d33d5c7a (diff) | |
download | bugzilla-4da9ab1303fa775664d4ae2593547441dcadc36e.tar.gz bugzilla-4da9ab1303fa775664d4ae2593547441dcadc36e.tar.xz |
- Fix failing CI tests due to recent login/email changes (more)
-rwxr-xr-x | xt/config/generate_test_data.pl | 1 |
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, |