Sfoglia il codice sorgente

Set GRAPHQL_DEFAULT_VERSION = 2 in testing environment

Brian Tiemann 5 mesi fa
parent
commit
3e1ccc80e9
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      netbox/netbox/configuration_testing.py

+ 2 - 0
netbox/netbox/configuration_testing.py

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