diff --git a/InvenTree/InvenTree/test_urls.py b/InvenTree/InvenTree/test_urls.py index c74db43b17..229950b7be 100644 --- a/InvenTree/InvenTree/test_urls.py +++ b/InvenTree/InvenTree/test_urls.py @@ -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: