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

Added test case for ConnectedDeviceViewSet

This commit is contained in:
Jeremy Stretch
2017-03-20 21:39:40 -04:00
parent f743410b4e
commit 925afe0999
2 changed files with 43 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
from rest_framework.decorators import detail_route
from rest_framework.decorators import detail_route, list_route
from rest_framework.permissions import IsAuthenticated
from rest_framework.response import Response
from rest_framework.viewsets import ModelViewSet, ViewSet