Merge pull request #10349 from sasschary/10316-cableform-termination

Fixes #10305: Allows null master in VirtualChassis APIs
This commit is contained in:
Jeremy Stretch
2022-09-14 12:13:16 -04:00
committed by GitHub
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
}