Explorar el Código

Corrected SiteTest to account for earlier Graph model change

Jeremy Stretch hace 9 años
padre
commit
2080abc6c3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      netbox/dcim/tests/test_apis.py

+ 1 - 1
netbox/dcim/tests/test_apis.py

@@ -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/'):