mirror of
https://github.com/netbox-community/netbox.git
synced 2026-04-09 19:03:48 +02:00
Closes #17761: Store empty CharField choices as null
This commit is contained in:
@@ -592,7 +592,7 @@ class DeviceTypeTestCase(
|
||||
'part_number': '123ABC',
|
||||
'u_height': 2,
|
||||
'is_full_depth': True,
|
||||
'subdevice_role': '', # CharField
|
||||
'subdevice_role': None,
|
||||
'comments': 'Some comments',
|
||||
'tags': [t.pk for t in tags],
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user