fix test assertation (#11908)

follow up to https://github.com/inventree/InvenTree/pull/11896
This commit is contained in:
Matthias Mair 2026-05-09 15:52:41 +02:00 committed by GitHub
parent 61eb5e8d0f
commit 39b43288bb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ class TemplateTagTest(InvenTreeTestCase):
shipped_js = resp.split('<script type="module" src="')[1:]
self.assertGreater(len(shipped_js), 0)
self.assertEqual(len(shipped_js), 3)
self.assertGreater(len(shipped_js), 3)
manifest_file = Path(__file__).parent.joinpath('static/web/.vite/manifest.json')
# Try with removed manifest file