use full prefix for certifying official in SO review

This commit is contained in:
dandds
2019-02-20 11:37:49 -05:00
parent 4521b7483f
commit 41e715a404
6 changed files with 49 additions and 21 deletions

View File

@@ -435,9 +435,9 @@ class DD254Factory(Base):
model = DD254
certifying_official = factory.Faker("name")
co_title = factory.Faker("job")
co_address = factory.Faker("address")
co_phone = factory.LazyFunction(random_phone_number)
certifying_official_title = factory.Faker("job")
certifying_official_address = factory.Faker("address")
certifying_official_phone = factory.LazyFunction(random_phone_number)
required_distribution = factory.LazyFunction(
lambda: [random_choice(data.REQUIRED_DISTRIBUTIONS)]
)