Просмотр исходного кода

Remove extraneous plugin config

Jeremy Stretch 5 лет назад
Родитель
Сommit
76230cad53
1 измененных файлов с 0 добавлено и 4 удалено
  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',