Give test groups a list_email so we can email them
- Legacy-Id: 4592
This commit is contained in:
parent
7abb438424
commit
6050cbf76a
|
@ -58,6 +58,7 @@ def make_test_data():
|
|||
state_id="active",
|
||||
type_id="wg",
|
||||
parent=area,
|
||||
list_email="mars-wg@ietf.org",
|
||||
)
|
||||
charter = Document.objects.create(
|
||||
name="charter-ietf-" + group.acronym,
|
||||
|
@ -80,6 +81,7 @@ def make_test_data():
|
|||
state_id="proposed",
|
||||
type_id="wg",
|
||||
parent=area,
|
||||
list_email="ames-wg@ietf.org",
|
||||
)
|
||||
charter = Document.objects.create(
|
||||
name="charter-ietf-" + group.acronym,
|
||||
|
|
Loading…
Reference in a new issue