Fix RFC Editor group acronym to be rfceditor in test data

- Legacy-Id: 5024
This commit is contained in:
Ole Laursen 2012-11-07 14:58:49 +00:00
parent 6c91e93886
commit daa5d49adb

View file

@ -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,