From bf2b9d2beb732876f2a49367059fa8cd4b53fd54 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 13 May 2022 19:37:09 +0200 Subject: [PATCH] Update test_middleware.py --- 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 2bb459bba1..41c148515b 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/fonts/LICENSE.txt') + self.check_path('/static/admin/css/login.css') # check that account things go through self.check_path(reverse('account_login'))