Check to make sure clins complete as part of checking if TO is complete

This commit is contained in:
leigh-mil
2019-07-29 15:50:50 -04:00
parent c5ec2c296f
commit 299804ade2
5 changed files with 30 additions and 1 deletions

View File

@@ -297,6 +297,7 @@ class CLINFactory(Base):
jedi_clin_type = factory.LazyFunction(
lambda *args: random.choice(list(clin.JEDICLINType))
)
loas = factory.LazyFunction(random_loa_numbers)
class NotificationRecipientFactory(Base):