1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-09 13:30:04 +00:00

chore(sasjs-tests): fix failing test, add test for absolute path

This commit is contained in:
Krishna Acondy
2020-09-18 08:33:46 +01:00
parent b90b5d5c03
commit 3a60e6422c
2 changed files with 11 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ const defaultConfig: SASjsConfig = {
};
const customConfig = {
serverUrl: "url",
serverUrl: "http://url.com",
pathSAS9: "sas9",
pathSASViya: "viya",
appLoc: "/Public/seedapp",