mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-14 09:51:22 -06:00
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 = [
|
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/'):
|
||||||
|
Loading…
Reference in New Issue
Block a user