From efc144dad8807ced90eea6b49904309e9bdc1fd1 Mon Sep 17 00:00:00 2001 From: Arthur Hanson Date: Mon, 22 Jul 2024 14:43:27 +0700 Subject: [PATCH] 7025 fix test --- netbox/extras/tests/test_filtersets.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/extras/tests/test_filtersets.py b/netbox/extras/tests/test_filtersets.py index 85ebfc579..d346a5ff8 100644 --- a/netbox/extras/tests/test_filtersets.py +++ b/netbox/extras/tests/test_filtersets.py @@ -1133,6 +1133,8 @@ class TagTestCase(TestCase, ChangeLoggedFilterSetTests): 'asnrange', 'cable', 'circuit', + 'circuitgroup', + 'circuitgroupassignment', 'circuittermination', 'circuittype', 'cluster',