From 8f7c21749e3caa4c18506c46cd0352526ac2e00f Mon Sep 17 00:00:00 2001 From: Tobias Genannt Date: Sat, 12 Apr 2025 11:10:33 +0200 Subject: [PATCH] Match upstream testing configuration --- test-configuration/test_config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test-configuration/test_config.py b/test-configuration/test_config.py index 76ec6a0..308d437 100644 --- a/test-configuration/test_config.py +++ b/test-configuration/test_config.py @@ -7,5 +7,6 @@ PLUGINS = [ 'netbox.tests.dummy_plugin', ] +ALLOW_TOKEN_RETRIEVAL = True DEFAULT_PERMISSIONS = {}