Browse Source

Remove extraneous plugin config

Jeremy Stretch 5 years ago
parent
commit
76230cad53
1 changed files with 0 additions and 4 deletions
  1. 0 4
      netbox/netbox/configuration.testing.py

+ 0 - 4
netbox/netbox/configuration.testing.py

@@ -18,10 +18,6 @@ PLUGINS = [
     'extras.tests.dummy_plugin',
     'extras.tests.dummy_plugin',
 ]
 ]
 
 
-PLUGINS_CONFIG = {
-    'foo': True,
-}
-
 REDIS = {
 REDIS = {
     'tasks': {
     'tasks': {
         'HOST': 'localhost',
         'HOST': 'localhost',