Przeglądaj źródła

Remove extraneous plugin config

Jeremy Stretch 5 lat temu
rodzic
commit
76230cad53
1 zmienionych plików z 0 dodań i 4 usunięć
  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',