Update test_middleware.py

This commit is contained in:
Matthias Mair 2022-05-13 19:37:09 +02:00 committed by GitHub
parent 53712c2d6c
commit bf2b9d2beb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))