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

Removed Device.ro_snmp

This commit is contained in:
Jeremy Stretch
2016-05-19 11:34:38 -04:00
parent b9e4f30177
commit d6cd3428f6
11 changed files with 33 additions and 32 deletions

View File

@ -321,7 +321,6 @@ class DeviceTest(APITestCase):
'face',
'status',
'primary_ip',
'ro_snmp',
'comments',
]
@ -382,7 +381,6 @@ class DeviceTest(APITestCase):
'rack_facility_id',
'rack_id',
'rack_name',
'ro_snmp',
'serial',
'status',
]