Explorar o código

dcim: removed unneeded primary_ip list

Zach Moody %!s(int64=10) %!d(string=hai) anos
pai
achega
01d0ba7ee1
Modificáronse 1 ficheiros con 0 adicións e 8 borrados
  1. 0 8
      netbox/dcim/tests/test_apis.py

+ 0 - 8
netbox/dcim/tests/test_apis.py

@@ -322,14 +322,6 @@ class DeviceTest(APITestCase):
 
     nested_fields = ['id', 'name']
 
-    # Holds primary IP nested fields until api tests
-    # can be made and fields imported.
-    primary_ip = [
-        'id',
-        'family',
-        'address'
-    ]
-
     def test_get_list(self, endpoint='/api/dcim/devices/'):
         response = self.client.get(endpoint)
         content = json.loads(response.content)