Skip to content

Commit 09fc315

Browse files
committed
remove unused configs in integration tests setup
1 parent a11e409 commit 09fc315

File tree

2 files changed

+0
-26
lines changed

2 files changed

+0
-26
lines changed

spec/mocks/MockEmailAdapterWithOptions.js

Lines changed: 0 additions & 18 deletions
This file was deleted.

spec/mocks/server.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
const { ParseServer } = require('parse-server');
2-
const MockEmailAdapterWithOptions = require('./MockEmailAdapterWithOptions');
32
const { makeS3Adapter } = require('./s3adapter-v2');
43

54
const port = 1327;
@@ -19,20 +18,13 @@ const defaultConfiguration = {
1918
liveQuery: {
2019
classNames: [],
2120
},
22-
startLiveQueryServer: true,
2321
verbose: false,
2422
silent: true,
2523
fileUpload: {
2624
enableForPublic: true,
2725
enableForAnonymousUser: true,
2826
enableForAuthenticatedUser: true,
2927
},
30-
revokeSessionOnPasswordReset: false,
31-
allowCustomObjectId: false,
32-
allowClientClassCreation: true,
33-
encodeParseObjectInCloudFunction: true,
34-
masterKeyIps: ['0.0.0.0/0', '0.0.0.0', '::/0', '::'],
35-
emailAdapter: MockEmailAdapterWithOptions(),
3628
port,
3729
mountPath,
3830
filesAdapter: S3Adapter,

0 commit comments

Comments
 (0)