feat: add ROPK sanctions file source
All checks were successful
All checks were successful
This commit is contained in:
@@ -64,7 +64,11 @@ class TestCompaniesCommandsTest(TestCase):
|
||||
)
|
||||
|
||||
expected_groups = {choice.value for choice in SourceGroup}
|
||||
expected_sources = {choice.value for choice in ParserLoadLog.Source}
|
||||
expected_sources = {
|
||||
choice.value
|
||||
for choice in ParserLoadLog.Source
|
||||
if choice is not ParserLoadLog.Source.ROPK_SANCTIONS
|
||||
}
|
||||
for company in companies:
|
||||
self.assertEqual(
|
||||
set(company.source_extensions.values_list("source_group", flat=True)),
|
||||
|
||||
Reference in New Issue
Block a user