Update test configuration

This commit is contained in:
Tobias Genannt 2025-03-06 21:29:33 +01:00
parent 849f8bef07
commit 4eb0d6a368

View File

@ -3,4 +3,9 @@ LOGGING = {
'disable_existing_loggers': True
}
PLUGINS = [
'netbox.tests.dummy_plugin',
]
DEFAULT_PERMISSIONS = {}