feat: update finance exchange and source refresh jobs
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 31s
CI/CD Pipeline / Build and Push Images (push) Successful in 34s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 33s

This commit is contained in:
2026-08-09 12:23:36 +02:00
parent 4da56f3823
commit a198f7e960
19 changed files with 266 additions and 52 deletions

View File

@@ -249,10 +249,12 @@ class StateCorpExchangeServiceTest(TestCase):
ogrn=organization.ogrn,
title="А40-1/2026",
record_date="2026-03-25",
amount="1250000.50",
status="in_progress",
payload={
"case_number": "А40-1/2026",
"court_name": "АС города Москвы",
"claim_amount": "1.00",
"target": {"role": "ответчик"},
},
)
@@ -429,6 +431,10 @@ class StateCorpExchangeServiceTest(TestCase):
payload["data"]["arbitration_cases"][0]["case_number"],
"А40-1/2026",
)
self.assertEqual(
payload["data"]["arbitration_cases"][0]["claim_amount"],
"1250000.50",
)
self.assertEqual(
payload["data"]["bankruptcy_procedures"][0]["case_number"],
"А40-555/2026",