fix: allow full State Corp exchange imports
All checks were successful
CI/CD Pipeline / Quality Gate (push) Successful in 31s
CI/CD Pipeline / Build and Push Images (push) Successful in 22s
CI/CD Pipeline / Internal Notify (push) Successful in 0s
CI/CD Pipeline / Deploy Dev via Compose (push) Successful in 23s

This commit is contained in:
2026-08-09 12:58:39 +02:00
parent 2c09c4cd67
commit be01222662
3 changed files with 3 additions and 2 deletions

View File

@@ -547,3 +547,4 @@ class StateCorpExchangeServiceTest(TestCase):
TEST_STATE_CORP_TOKEN,
)
self.assertEqual(kwargs["files"]["file"][0], package.archive_name)
self.assertEqual(kwargs["timeout"], 300)