mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-09 21:32:17 -06:00
Fix test data
This commit is contained in:
@@ -180,7 +180,7 @@ class ObjectPermissionTestCase(
|
||||
cls.form_data = {
|
||||
'name': 'Permission X',
|
||||
'description': 'A new permission',
|
||||
'object_types': [object_type.pk],
|
||||
'object_types_1': [object_type.pk], # SplitMultiSelectWidget requires _1 suffix on field name
|
||||
'actions': 'view,edit,delete',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user