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 ddf2b419b5
commit 670d264c9d

View File

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