diff options
-rw-r--r-- | patchwork/tests/utils.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/patchwork/tests/utils.py b/patchwork/tests/utils.py index aad8a2e..5ebc933 100644 --- a/patchwork/tests/utils.py +++ b/patchwork/tests/utils.py @@ -57,6 +57,7 @@ def create_project(**kwargs): 'linkname': 'test-project-%d' % num, 'name': 'Test Project %d' % num, 'listid': 'test%d.example.com' % num, + 'listemail': 'test%d@example.com' % num, 'subject_match': '', } values.update(kwargs) |