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
commit 3bc378a48e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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