feat: add ROPK sanctions file source
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 1m10s
CI/CD Pipeline / Build and Push Images (push) Successful in 18s
CI/CD Pipeline / Internal Notify (push) Successful in 1s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 31s

This commit is contained in:
2026-08-20 15:50:04 +02:00
parent f2e36a8991
commit 7c50cf82ad
23 changed files with 1520 additions and 41 deletions

View File

@@ -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)),