9608 temp fix for test

This commit is contained in:
Arthur 2023-02-22 14:53:20 -08:00
parent d05a76fb8f
commit d63e4f19ac

View File

@ -1674,7 +1674,7 @@ class RearPortTest(APIViewTestCases.APIViewTestCase):
class ModuleBayTest(APIViewTestCases.APIViewTestCase): class ModuleBayTest(APIViewTestCases.APIViewTestCase):
model = ModuleBay model = ModuleBay
brief_fields = ['display', 'id', 'name', 'url'] brief_fields = ['display', 'id', 'module', 'name', 'url']
bulk_update_data = { bulk_update_data = {
'description': 'New description', 'description': 'New description',
} }