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