mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
readd static test
This commit is contained in:
parent
5ef19a7b51
commit
d3fb6570ad
@ -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'))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user