mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-08 16:48:16 -06:00
9627 fix typo in test
This commit is contained in:
parent
3c2392c9c2
commit
daccfc32be
@ -1564,7 +1564,7 @@ class VLANGroupTestCase(TestCase, ChangeLoggedFilterSetTests):
|
|||||||
params = {'description': ['foobar1', 'foobar2']}
|
params = {'description': ['foobar1', 'foobar2']}
|
||||||
self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2)
|
self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2)
|
||||||
|
|
||||||
def text_contains_vid(self):
|
def test_contains_vid(self):
|
||||||
params = {'contains_vid': 123}
|
params = {'contains_vid': 123}
|
||||||
self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2)
|
self.assertEqual(self.filterset(params, self.queryset).qs.count(), 2)
|
||||||
params = {'contains_vid': 1}
|
params = {'contains_vid': 1}
|
||||||
|
Loading…
Reference in New Issue
Block a user