tests -- Ignore url entries without name
This commit is contained in:
parent
57a2af285a
commit
a71fbb0ed3
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ class ViewTestCaseMixin(TestCaseMixin):
|
|||
kwargs=url_conf.get("kwargs", {}),
|
||||
)
|
||||
for url_conf in self.urls_conf
|
||||
if url_conf["name"] is not None
|
||||
]
|
||||
|
||||
@property
|
||||
|
|
Loading…
Reference in a new issue