feat: add gosedo and media news sources
All checks were successful
All checks were successful
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user