diff --git a/netbox/netbox/configuration.testing.py b/netbox/netbox/configuration.testing.py index c0cd6b3ea..09d5362ab 100644 --- a/netbox/netbox/configuration.testing.py +++ b/netbox/netbox/configuration.testing.py @@ -18,10 +18,6 @@ PLUGINS = [ 'extras.tests.dummy_plugin', ] -PLUGINS_CONFIG = { - 'foo': True, -} - REDIS = { 'tasks': { 'HOST': 'localhost',