From f3bf12641592f5c7924f794e65400483ddffa120 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 14 May 2022 00:11:18 +0200 Subject: [PATCH] maybe this ressource can be found in the cloud --- InvenTree/InvenTree/test_middleware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/InvenTree/InvenTree/test_middleware.py b/InvenTree/InvenTree/test_middleware.py index 41c148515b..a622d01193 100644 --- a/InvenTree/InvenTree/test_middleware.py +++ b/InvenTree/InvenTree/test_middleware.py @@ -33,7 +33,7 @@ class MiddlewareTests(TestCase): self.client.logout() # check that static files go through - self.check_path('/static/admin/css/login.css') + self.check_path('/static/css/inventree.css') # check that account things go through self.check_path(reverse('account_login'))