mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 20:15:44 +00:00
muting unneeded check
This commit is contained in:
@ -111,7 +111,8 @@ class URLTest(TestCase):
|
||||
if url.startswith("admin:"):
|
||||
return
|
||||
|
||||
if url.startswith("account:"):
|
||||
# TODO can this be more elegant?
|
||||
if url == 'account_reset_password':
|
||||
return
|
||||
|
||||
if pk:
|
||||
|
Reference in New Issue
Block a user