We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7988fb4 commit 13d8936Copy full SHA for 13d8936
netbox/utilities/tests/test_filters.py
@@ -563,7 +563,7 @@ def test_device_mac_address_icontains_negation(self):
563
params = {'mac_address__nic': ['aa:', 'bb']}
564
self.assertEqual(DeviceFilterSet(params, Device.objects.all()).qs.count(), 1)
565
566
- def test_interface_wireless_role_empty(self):
+ def test_interface_rf_role_empty(self):
567
params = {'rf_role__empty': 'true'}
568
self.assertEqual(InterfaceFilterSet(params, Interface.objects.all()).qs.count(), 5)
569
params = {'rf_role__empty': 'false'}
0 commit comments