Parcourir la source

Corrected SiteTest to account for earlier Graph model change

Jeremy Stretch il y a 8 ans
Parent
commit
2080abc6c3
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 = [
         'name',
         'embed_url',
-        'link',
+        'embed_link',
     ]
 
     def test_get_list(self, endpoint='/api/dcim/sites/'):