Skip to content

Commit cef01c3

Browse files
committed
Update SecurityCheckGroups.spec.js
1 parent 1a0ff79 commit cef01c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spec/SecurityCheckGroups.spec.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ describe('Security Check Groups', () => {
3737
config.mountPlayground = false;
3838
config.readOnlyMasterKey = 'someReadOnlyMasterKey';
3939
config.readOnlyMasterKeyIps = ['127.0.0.1', '::1'];
40+
config.requestComplexity = { queryDepth: 10 };
4041
await reconfigureServer(config);
4142

4243
const group = new CheckGroupServerConfig();
@@ -66,6 +67,7 @@ describe('Security Check Groups', () => {
6667
includeDepth: -1,
6768
includeCount: -1,
6869
subqueryDepth: -1,
70+
queryDepth: -1,
6971
graphQLDepth: -1,
7072
graphQLFields: -1,
7173
};

0 commit comments

Comments
 (0)