1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore(*): fix sasjs tests

This commit is contained in:
Krishna Acondy
2021-02-08 08:31:42 +00:00
parent f46c4bf3ca
commit 5e9b33e346

View File

@@ -10,7 +10,8 @@ const defaultConfig: SASjsConfig = {
serverType: ServerType.SasViya,
debug: false,
contextName: "SAS Job Execution compute context",
useComputeApi: false
useComputeApi: false,
allowInsecureRequests: false
};
const customConfig = {