Move factory request's start_date to the future
This commit is contained in:
parent
b42b9812b0
commit
751131ed3a
@ -114,7 +114,7 @@ class RequestFactory(Base):
|
|||||||
fname_poc=user.first_name,
|
fname_poc=user.first_name,
|
||||||
lname_poc=user.last_name,
|
lname_poc=user.last_name,
|
||||||
jedi_usage="adf",
|
jedi_usage="adf",
|
||||||
start_date=datetime.date(2018, 8, 8),
|
start_date=datetime.date(2050, 1, 1),
|
||||||
cloud_native="yes",
|
cloud_native="yes",
|
||||||
dollar_value=dollar_value,
|
dollar_value=dollar_value,
|
||||||
dod_component=SERVICE_BRANCHES[2][1],
|
dod_component=SERVICE_BRANCHES[2][1],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user