mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 21:38:48 +00:00
fix assertation
This commit is contained in:
parent
65d0d7906c
commit
94a19727da
@ -33,7 +33,7 @@ class MiddlewareTests(TestCase):
|
|||||||
self.client.logout()
|
self.client.logout()
|
||||||
|
|
||||||
# check that static files go through
|
# check that static files go through
|
||||||
self.check_path('/static/css/inventree.css')
|
self.check_path('/static/css/inventree.css', 302)
|
||||||
|
|
||||||
# check that account things go through
|
# check that account things go through
|
||||||
self.check_path(reverse('account_login'))
|
self.check_path(reverse('account_login'))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user