mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +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…
Reference in New Issue
Block a user