From 1d6d154919eb1c6c1551e7a48b4dc09c17830317 Mon Sep 17 00:00:00 2001 From: Brian Tiemann Date: Fri, 24 Oct 2025 20:55:47 -0400 Subject: [PATCH] Set GRAPHQL_DEFAULT_VERSION = 2 in testing environment --- 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 3e552e944..69ced660d 100644 --- a/netbox/netbox/configuration_testing.py +++ b/netbox/netbox/configuration_testing.py @@ -51,3 +51,5 @@ LOGGING = { 'version': 1, 'disable_existing_loggers': True } + +GRAPHQL_DEFAULT_VERSION = 2