fix: align ci with organization redesign
This commit is contained in:
@@ -106,29 +106,24 @@ class BackupExportServiceTest(TestCase):
|
||||
)
|
||||
|
||||
IndustrialCertificateRecordFactory(
|
||||
registry_organization=organization,
|
||||
inn=str(organization.mn_inn),
|
||||
ogrn=str(organization.mn_ogrn),
|
||||
)
|
||||
ManufacturerRecordFactory(
|
||||
registry_organization=organization,
|
||||
inn=str(organization.mn_inn),
|
||||
ogrn=str(organization.mn_ogrn),
|
||||
)
|
||||
InspectionRecordFactory(
|
||||
registry_organization=organization,
|
||||
inn=str(organization.mn_inn),
|
||||
ogrn=str(organization.mn_ogrn),
|
||||
)
|
||||
ProcurementRecordFactory(
|
||||
registry_organization=organization,
|
||||
customer_inn=str(organization.mn_inn),
|
||||
customer_ogrn=str(organization.mn_ogrn),
|
||||
)
|
||||
report = FinancialReport.objects.create(
|
||||
external_id="100500",
|
||||
ogrn=str(organization.mn_ogrn),
|
||||
registry_organization=organization,
|
||||
file_name="fin_100500_10277001189840.xlsx",
|
||||
file_hash="f" * 64,
|
||||
load_batch=1,
|
||||
|
||||
Reference in New Issue
Block a user