mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-13 16:47:34 -06:00
dcim: removed unneeded primary_ip list
This commit is contained in:
parent
8f5543fe88
commit
01d0ba7ee1
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user