mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-01 21:16:46 +00:00
muting unneeded check
This commit is contained in:
parent
30c98b828e
commit
ff98c87311
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user