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

Fixes #4079: Fix assignment of power panel when bulk editing power feeds

This commit is contained in:
Jeremy Stretch
2020-02-03 14:34:47 -05:00
parent 91929aae1b
commit eef79e1443
3 changed files with 2 additions and 4 deletions

View File

@@ -1331,9 +1331,6 @@ class PowerPanelTestCase(StandardTestCases.Views):
class PowerFeedTestCase(StandardTestCases.Views):
model = PowerFeed
# TODO: Re-enable this test once #4079 is fixed
test_bulk_edit_objects = None
@classmethod
def setUpTestData(cls):