From 0e40a78705d500ed660d677d1f29c023cf83e2cf Mon Sep 17 00:00:00 2001 From: Matthias Mair <66015116+matmair@users.noreply.github.com> Date: Wed, 23 Feb 2022 00:55:55 +0100 Subject: [PATCH] update test to aaccount for new js-file --- InvenTree/InvenTree/test_views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/test_views.py b/InvenTree/InvenTree/test_views.py index f6e6de56ff..92f8e7b4f1 100644 --- a/InvenTree/InvenTree/test_views.py +++ b/InvenTree/InvenTree/test_views.py @@ -72,7 +72,7 @@ class ViewTests(TestCase): """ # Change this number as more javascript files are added to the index page - N_SCRIPT_FILES = 35 + N_SCRIPT_FILES = 36 content = self.get_index_page()