Skip to content

Commit

Permalink
#10984: Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Nov 21, 2022
1 parent 150cb77 commit 1946e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox/extras/tests/test_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def test_menu(self):
"""
menu = registry['plugins']['menus'][0]
self.assertIsInstance(menu, PluginMenu)
self.assertEqual(menu.label, 'Dummy')
self.assertEqual(menu.label, 'Dummy Plugin')

def test_menu_items(self):
"""
Expand Down

0 comments on commit 1946e8f

Please sign in to comment.