Explorar o código

Corrected SiteTest to account for earlier Graph model change

Jeremy Stretch %!s(int64=9) %!d(string=hai) anos
pai
achega
2080abc6c3
Modificáronse 1 ficheiros con 1 adicións e 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 = [
         'name',
         'embed_url',
-        'link',
+        'embed_link',
     ]
 
     def test_get_list(self, endpoint='/api/dcim/sites/'):