2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-16 20:15:44 +00:00

maybe now this is fixd?

This commit is contained in:
Matthias
2021-09-08 00:55:37 +02:00
parent ff98c87311
commit 6ff4b78b23

View File

@ -112,7 +112,7 @@ class URLTest(TestCase):
return
# TODO can this be more elegant?
if url == 'account_reset_password':
if url.startswith("account_"):
return
if pk: