1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Clean up users & account URLs

This commit is contained in:
Jeremy Stretch
2023-07-25 15:48:40 -04:00
parent 154b8236a2
commit 9b6e32896d
13 changed files with 47 additions and 35 deletions

View File

@@ -261,7 +261,7 @@ class BookmarkTestCase(
def _get_url(self, action, instance=None):
if action == 'list':
return reverse('users:bookmarks')
return reverse('account:bookmarks')
return super()._get_url(action, instance)
def test_list_objects_anonymous(self):