2
0
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:
Matthias
2021-09-08 00:16:51 +02:00
parent 30c98b828e
commit ff98c87311

View File

@ -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: