diff --git a/test-configuration/test_config.py b/test-configuration/test_config.py index 884defd..76ec6a0 100644 --- a/test-configuration/test_config.py +++ b/test-configuration/test_config.py @@ -3,4 +3,9 @@ LOGGING = { 'disable_existing_loggers': True } +PLUGINS = [ + 'netbox.tests.dummy_plugin', +] + + DEFAULT_PERMISSIONS = {}