small schema refinements for request_reviews

This commit is contained in:
dandds
2018-09-10 13:33:10 -04:00
parent d3c98523c4
commit aadedfc3b0
6 changed files with 73 additions and 7 deletions

View File

@@ -66,7 +66,7 @@ class RequestReviewFactory(Base):
class Meta:
model = RequestReview
comments = factory.Faker("sentence")
comment = factory.Faker("sentence")
fname_mao = factory.Faker("first_name")
lname_mao = factory.Faker("last_name")
email_mao = factory.Faker("email")