From a44c7207bf9bdfe0dd39bffd743dd5399575b4fe Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 18 Mar 2025 14:44:39 -0400 Subject: [PATCH] Enable token retrieval during testing --- netbox/netbox/configuration_testing.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netbox/netbox/configuration_testing.py b/netbox/netbox/configuration_testing.py index 142b50bb0..52973e94d 100644 --- a/netbox/netbox/configuration_testing.py +++ b/netbox/netbox/configuration_testing.py @@ -43,6 +43,8 @@ SECRET_KEY = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789' DEFAULT_PERMISSIONS = {} +ALLOW_TOKEN_RETRIEVAL = True + LOGGING = { 'version': 1, 'disable_existing_loggers': True