fix test assumption

This commit is contained in:
Matthias Mair 2026-07-03 08:01:19 +02:00
parent 2722d5450d
commit 3ecd34d4eb
No known key found for this signature in database
GPG Key ID: A593429DDA23B66A
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.assertGreater(len(shipped_js), 3)
self.assertGreater(len(shipped_js), 2)
manifest_file = Path(__file__).parent.joinpath('static/web/.vite/manifest.json')
# Try with removed manifest file