Add missing bulk update test data

This commit is contained in:
Jeremy Stretch
2020-11-02 16:56:04 -05:00
parent 9fae11a42f
commit 2bb79a2773
5 changed files with 44 additions and 11 deletions

View File

@@ -84,6 +84,9 @@ class ClusterGroupTest(APIViewTestCases.APIViewTestCase):
class ClusterTest(APIViewTestCases.APIViewTestCase):
model = Cluster
brief_fields = ['id', 'name', 'url', 'virtualmachine_count']
bulk_update_data = {
'comments': 'New comment',
}
@classmethod
def setUpTestData(cls):