Update test configuration
parent
849f8bef07
commit
4eb0d6a368
|
|
@ -3,4 +3,9 @@ LOGGING = {
|
||||||
'disable_existing_loggers': True
|
'disable_existing_loggers': True
|
||||||
}
|
}
|
||||||
|
|
||||||
|
PLUGINS = [
|
||||||
|
'netbox.tests.dummy_plugin',
|
||||||
|
]
|
||||||
|
|
||||||
|
|
||||||
DEFAULT_PERMISSIONS = {}
|
DEFAULT_PERMISSIONS = {}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue