Skip to content

Commit a8c958e

Browse files
committed
#7424: fix test failure from adding virtual chassis filter field
1 parent f77f7ca commit a8c958e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netbox/dcim/tests/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ def test_get_connected_device(self):
15241524

15251525
class VirtualChassisTest(APIViewTestCases.APIViewTestCase):
15261526
model = VirtualChassis
1527-
brief_fields = ['id', 'master', 'member_count', 'name', 'url']
1527+
brief_fields = ['display', 'id', 'master', 'member_count', 'name', 'url']
15281528

15291529
@classmethod
15301530
def setUpTestData(cls):

0 commit comments

Comments
 (0)