feat: address QA analytics and report upload feedback
All checks were successful
All checks were successful
This commit is contained in:
@@ -33,6 +33,7 @@ class OrganizationFactory(factory.django.DjangoModelFactory):
|
||||
ogrn = factory.LazyAttribute(lambda _: fake.numerify("#############"))
|
||||
kpp = factory.LazyAttribute(lambda _: fake.numerify("#########"))
|
||||
okpo = factory.LazyAttribute(lambda _: fake.numerify("########"))
|
||||
mostovik_uid = factory.Faker("uuid4")
|
||||
registration_date = factory.LazyAttribute(lambda _: fake.date_this_century())
|
||||
legal_address = factory.LazyAttribute(lambda _: fake.address().replace("\n", ", "))
|
||||
activity_type = factory.LazyAttribute(lambda _: fake.job())
|
||||
|
||||
Reference in New Issue
Block a user