Răsfoiți Sursa

9892 doh - fix tests

Arthur 3 ani în urmă
părinte
comite
3eeb31d577
2 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 1 1
      netbox/ipam/tests/test_api.py
  2. 1 1
      netbox/ipam/tests/test_views.py

+ 1 - 1
netbox/ipam/tests/test_api.py

@@ -552,7 +552,7 @@ class FHRPGroupTest(APIViewTestCases.APIViewTestCase):
         'group_id': 200,
         'auth_type': FHRPGroupAuthTypeChoices.AUTHENTICATION_MD5,
         'auth_key': 'foobarbaz999',
-        'name': 'foobar-999'
+        'name': 'foobar-999',
         'description': 'New description',
     }
 

+ 1 - 1
netbox/ipam/tests/test_views.py

@@ -524,7 +524,7 @@ class FHRPGroupTestCase(ViewTestCases.PrimaryObjectViewTestCase):
             'auth_type': FHRPGroupAuthTypeChoices.AUTHENTICATION_MD5,
             'auth_key': 'abc123def456',
             'description': 'Blah blah blah',
-            'name': 'test123 name'
+            'name': 'test123 name',
             'tags': [t.pk for t in tags],
         }