Explorar el Código

Remove incorrect bulk edit test data

Jeremy Stretch hace 5 años
padre
commit
9cece39ee9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      netbox/virtualization/tests/test_views.py

+ 0 - 1
netbox/virtualization/tests/test_views.py

@@ -255,7 +255,6 @@ class VMInterfaceTestCase(ViewTestCases.DeviceComponentViewTestCase):
         )
 
         cls.bulk_edit_data = {
-            'virtual_machine': virtualmachines[1].pk,
             'enabled': False,
             'mtu': 2000,
             'description': 'New description',