readd static test

This commit is contained in:
Matthias 2022-05-15 17:12:28 +02:00
parent 5ef19a7b51
commit d3fb6570ad
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -32,6 +32,9 @@ 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'))