소스 검색

Corrected SiteTest to account for earlier Graph model change

Jeremy Stretch 10 년 전
부모
커밋
2080abc6c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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/'):