Procházet zdrojové kódy

Corrected SiteTest to account for earlier Graph model change

Jeremy Stretch před 9 roky
rodič
revize
2080abc6c3
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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/'):