feat: update finance exchange and source refresh jobs
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user