Corrected SiteTest to account for earlier Graph model change
This commit is contained in:
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/'):
|
||||
|
|
|
|||
Loading…
Reference in New Issue