From 2483b746cf1e9a11b2f9bbe3cab36a7fb0cdd89a Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 15 May 2022 00:08:46 +0200 Subject: [PATCH] remove static test --- InvenTree/InvenTree/test_middleware.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/InvenTree/InvenTree/test_middleware.py b/InvenTree/InvenTree/test_middleware.py index a622d01193..2e5944200e 100644 --- a/InvenTree/InvenTree/test_middleware.py +++ b/InvenTree/InvenTree/test_middleware.py @@ -32,9 +32,6 @@ class MiddlewareTests(TestCase): # logout self.client.logout() - # check that static files go through - self.check_path('/static/css/inventree.css') - # check that account things go through self.check_path(reverse('account_login'))