Skip to content

Commit 9e5db7c

Browse files
committed
Make sure that factory groups have a type.
- Legacy-Id: 13780
1 parent 7266c46 commit 9e5db7c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ietf/group/factories.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class Meta:
1111
name = factory.Faker('sentence',nb_words=6)
1212
acronym = factory.Sequence(lambda n: 'acronym%d' %n)
1313
state_id = 'active'
14+
type_id = 'wg'
1415

1516
class ReviewTeamFactory(factory.DjangoModelFactory):
1617
class Meta:

0 commit comments

Comments
 (0)