Explorar el Código

Remove extraneous plugin config

Jeremy Stretch hace 6 años
padre
commit
76230cad53
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      netbox/netbox/configuration.testing.py

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

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