9892 doh - fix tests

This commit is contained in:
Arthur 2022-09-26 11:49:51 -07:00
parent e11d594122
commit 3eeb31d577
2 changed files with 2 additions and 2 deletions

View File

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

View File

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