summaryrefslogtreecommitdiff
path: root/patchwork/tests/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'patchwork/tests/utils.py')
-rw-r--r--patchwork/tests/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/patchwork/tests/utils.py b/patchwork/tests/utils.py
index 17dc3fc..cc09e84 100644
--- a/patchwork/tests/utils.py
+++ b/patchwork/tests/utils.py
@@ -61,6 +61,8 @@ def create_project(**kwargs):
'listid': 'test%d.example.com' % num,
'listemail': 'test%d@example.com' % num,
'subject_match': '',
+ 'list_archive_url': 'https://lists.example.com/',
+ 'list_archive_url_format': 'https://lists.example.com/mail/{}',
}
values.update(kwargs)