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:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user