浏览代码

Set GRAPHQL_DEFAULT_VERSION = 2 in testing environment

Brian Tiemann 7 月之前
父节点
当前提交
3e1ccc80e9
共有 1 个文件被更改,包括 2 次插入0 次删除
  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