Corrected SiteTest to account for earlier Graph model change
This commit is contained in:
@@ -47,7 +47,7 @@ class SiteTest(APITestCase):
|
|||||||
graph_fields = [
|
graph_fields = [
|
||||||
'name',
|
'name',
|
||||||
'embed_url',
|
'embed_url',
|
||||||
'link',
|
'embed_link',
|
||||||
]
|
]
|
||||||
|
|
||||||
def test_get_list(self, endpoint='/api/dcim/sites/'):
|
def test_get_list(self, endpoint='/api/dcim/sites/'):
|
||||||
|
Reference in New Issue
Block a user