muting unneeded check
This commit is contained in:
parent
30c98b828e
commit
ff98c87311
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue