Fix RFC Editor group acronym to be rfceditor in test data
- Legacy-Id: 5024
This commit is contained in:
parent
6c91e93886
commit
daa5d49adb
|
@ -125,7 +125,7 @@ def make_test_data():
|
|||
)
|
||||
rfc_editor = Group.objects.create(
|
||||
name="RFC Editor",
|
||||
acronym="rfc-edit",
|
||||
acronym="rfceditor",
|
||||
state_id="active",
|
||||
type_id="ietf",
|
||||
parent=None,
|
||||
|
|
Loading…
Reference in a new issue