Skip to content

Commit

Permalink
16136 fix plugin test
Browse files Browse the repository at this point in the history
  • Loading branch information
arthanson committed Sep 26, 2024
1 parent ebc7203 commit b80cdd8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions netbox/netbox/tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,6 @@ def test_models(self):
instance.delete()
self.assertIsNone(instance.pk)

def test_admin(self):

# Test admin view URL resolution
url = reverse('admin:dummy_plugin_dummymodel_add')
self.assertEqual(url, '/admin/dummy_plugin/dummymodel/add/')

@override_settings(LOGIN_REQUIRED=False)
def test_views(self):

Expand Down

0 comments on commit b80cdd8

Please sign in to comment.