Skip to content

Commit 6050cbf

Browse files
committed
Give test groups a list_email so we can email them
- Legacy-Id: 4592
1 parent 7abb438 commit 6050cbf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

ietf/utils/test_data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ def make_test_data():
5858
state_id="active",
5959
type_id="wg",
6060
parent=area,
61+
list_email="mars-wg@ietf.org",
6162
)
6263
charter = Document.objects.create(
6364
name="charter-ietf-" + group.acronym,
@@ -80,6 +81,7 @@ def make_test_data():
8081
state_id="proposed",
8182
type_id="wg",
8283
parent=area,
84+
list_email="ames-wg@ietf.org",
8385
)
8486
charter = Document.objects.create(
8587
name="charter-ietf-" + group.acronym,

0 commit comments

Comments
 (0)