mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #10305: Allows null master in VirtualChassis APIs
This commit is contained in:
@ -2057,6 +2057,7 @@ class VirtualChassisTest(APIViewTestCases.APIViewTestCase):
|
||||
|
||||
cls.bulk_update_data = {
|
||||
'domain': 'newdomain',
|
||||
'master': None
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user