Fix CLINFactory
This commit is contained in:
parent
ad385b9de9
commit
898f63a2f5
@ -293,7 +293,7 @@ class CLINFactory(Base):
|
||||
start_date = datetime.date.today()
|
||||
end_date = factory.LazyFunction(random_future_date)
|
||||
obligated_amount = random.randint(100, 999999)
|
||||
jedi_clin_type = random.choice([e.value for e in clin.JEDICLINType])
|
||||
jedi_clin_type = random.choice([e for e in clin.JEDICLINType])
|
||||
|
||||
|
||||
class NotificationRecipientFactory(Base):
|
||||
|
Loading…
x
Reference in New Issue
Block a user