From 4eb0d6a368ac68b3e506c8a9264173de26d18c4a Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Thu, 6 Mar 2025 21:29:33 +0100 Subject: [PATCH] Update test configuration --- test-configuration/test_config.py | 5 +++++ 1 file changed, 5 insertions(+) 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 = {}