fix: align ci with organization redesign
Some checks failed
CI/CD Pipeline / Quality Gate (push) Failing after 18s
CI/CD Pipeline / Build and Push Images (push) Has been skipped
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev via Compose (push) Has been skipped

This commit is contained in:
2026-06-07 16:43:30 +02:00
parent 802257a757
commit 71eac688f2
10 changed files with 82 additions and 754 deletions

View File

@@ -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,