Merge branch 'master' into duplicate-api

This commit is contained in:
Oliver 2026-07-03 16:57:52 +10:00 committed by GitHub
commit ec89b48177
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.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