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

Corrected SiteTest to account for earlier Graph model change

This commit is contained in:
Jeremy Stretch
2016-06-27 23:56:39 -04:00
parent b379918295
commit 2080abc6c3

@ -47,7 +47,7 @@ class SiteTest(APITestCase):
graph_fields = [
'name',
'embed_url',
'link',
'embed_link',
]
def test_get_list(self, endpoint='/api/dcim/sites/'):