1
0
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:
Zachary Clark
2022-09-12 00:21:20 -04:00
parent 3aac62caa7
commit ace66eab61
2 changed files with 2 additions and 1 deletions

View File

@ -2057,6 +2057,7 @@ class VirtualChassisTest(APIViewTestCases.APIViewTestCase):
cls.bulk_update_data = {
'domain': 'newdomain',
'master': None
}