Skip to content

Commit daa5d49

Browse files
committed
Fix RFC Editor group acronym to be rfceditor in test data
- Legacy-Id: 5024
1 parent 6c91e93 commit daa5d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/utils/test_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ def make_test_data():
125125
)
126126
rfc_editor = Group.objects.create(
127127
name="RFC Editor",
128-
acronym="rfc-edit",
128+
acronym="rfceditor",
129129
state_id="active",
130130
type_id="ietf",
131131
parent=None,

0 commit comments

Comments
 (0)