Changelog and test for #5786

This commit is contained in:
Jeremy Stretch
2021-02-24 14:39:09 -05:00
parent 027158207d
commit 6a2cf2f420
2 changed files with 2 additions and 0 deletions

View File

@@ -56,6 +56,7 @@ class TenantTest(APIViewTestCases.APIViewTestCase):
model = Tenant
brief_fields = ['id', 'name', 'slug', 'url']
bulk_update_data = {
'group': None,
'description': 'New description',
}