diff --git a/InvenTree/InvenTree/test_urls.py b/InvenTree/InvenTree/test_urls.py index 0723332d7d..c74db43b17 100644 --- a/InvenTree/InvenTree/test_urls.py +++ b/InvenTree/InvenTree/test_urls.py @@ -111,6 +111,9 @@ class URLTest(TestCase): if url.startswith("admin:"): return + if url.startswith("account:"): + return + if pk: # We will assume that there is at least one item in the database reverse(url, kwargs={"pk": 1})