ccpo can submit basic review

This commit is contained in:
dandds
2018-09-10 09:58:42 -04:00
parent 15713d78a4
commit c123cdd6e9
5 changed files with 74 additions and 54 deletions

View File

@@ -70,7 +70,7 @@ class RequestReviewFactory(Base):
fname_mao = factory.Faker("first_name")
lname_mao = factory.Faker("last_name")
email_mao = factory.Faker("email")
phone_mao = factory.Faker("phone_number")
phone_mao = factory.LazyFunction(lambda: "".join(random.choices(string.digits, k=10)))
fname_ccpo = factory.Faker("first_name")
lname_ccpo = factory.Faker("last_name")