mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-26 09:16:10 -06:00
9608 temp fix for test
This commit is contained in:
parent
d05a76fb8f
commit
d63e4f19ac
@ -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',
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user