1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +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, serverType: ServerType.SasViya,
debug: false, debug: false,
contextName: "SAS Job Execution compute context", contextName: "SAS Job Execution compute context",
useComputeApi: false useComputeApi: false,
allowInsecureRequests: false
}; };
const customConfig = { const customConfig = {