mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
9892 doh - fix tests
This commit is contained in:
@@ -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',
|
||||
}
|
||||
|
||||
|
@@ -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],
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user