From 76230cad53f0180fc4a425d91e432dfa1adca905 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 6 Apr 2020 11:51:03 -0400 Subject: [PATCH] Remove extraneous plugin config --- netbox/netbox/configuration.testing.py | 4 ---- 1 file changed, 4 deletions(-) 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',