Merge pull request #169 from dod-ccpo/fix-integration-test

add field to request factory
This commit is contained in:
dandds
2018-08-14 11:05:56 -04:00
committed by GitHub

View File

@@ -75,6 +75,7 @@ class RequestFactory(factory.alchemy.SQLAlchemyModelFactory):
"engineering_assessment": "yes",
"technical_support_team": "yes",
"estimated_monthly_spend": 100,
"average_daily_traffic_gb": 4,
"expected_completion_date": "less_than_1_month",
"rationalization_software_systems": "yes",
"organization_providing_assistance": "in_house_staff"