Fix upcoming TO PoP bug in seed_sample
Some kwargs were in the wrong places
This commit is contained in:
parent
68e7c27aed
commit
321b0a9cd4
@ -195,7 +195,7 @@ def add_task_orders_to_portfolio(portfolio):
|
|||||||
task_order=unsigned_to, start_date=(today - five_days), end_date=today
|
task_order=unsigned_to, start_date=(today - five_days), end_date=today
|
||||||
),
|
),
|
||||||
CLINFactory.build(
|
CLINFactory.build(
|
||||||
task_order=upcoming_to, start_date=future, end_date=(today + five_days)
|
task_order=upcoming_to, start_date=(today + five_days), end_date=future
|
||||||
),
|
),
|
||||||
CLINFactory.build(
|
CLINFactory.build(
|
||||||
task_order=expired_to, start_date=(today - five_days), end_date=yesterday
|
task_order=expired_to, start_date=(today - five_days), end_date=yesterday
|
||||||
|
Loading…
x
Reference in New Issue
Block a user