feat: add gosedo and media news sources
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 1m10s
CI/CD Pipeline / Build and Push Images (push) Successful in 19s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 24s

This commit is contained in:
2026-08-13 14:12:53 +02:00
parent 1c2dd985d4
commit a0eb0a5303
29 changed files with 3228 additions and 85 deletions

View File

@@ -214,7 +214,7 @@ class TestCompaniesCommandsTest(TestCase):
year=stale_year,
).exists()
)
self.assertEqual(OrganizationSourceRecord.objects.count(), 20 * 15)
self.assertEqual(OrganizationSourceRecord.objects.count(), 20 * 17)
def test_create_replaces_stale_source_record_for_same_legacy_row(self):
call_command("create_test_companies", stdout=StringIO())
@@ -276,6 +276,8 @@ class TestCompaniesCommandsTest(TestCase):
"defense_unreliable_suppliers": 40,
"information_security_registries": 20,
"labor_vacancies": 20,
"electronic_document_exchange": 20,
"media_mentions": 20,
},
)
self.assertEqual(len(reports), 20)