Browse Source

Set GRAPHQL_DEFAULT_VERSION = 2 in testing environment

Brian Tiemann 3 months ago
parent
commit
3e1ccc80e9
1 changed files with 2 additions and 0 deletions
  1. 2 0
      netbox/netbox/configuration_testing.py

+ 2 - 0
netbox/netbox/configuration_testing.py

@@ -51,3 +51,5 @@ LOGGING = {
     'version': 1,
     'version': 1,
     'disable_existing_loggers': True
     'disable_existing_loggers': True
 }
 }
+
+GRAPHQL_DEFAULT_VERSION = 2