From 1f8554f925c13f4ae3bf91dacd87faad9187320b Mon Sep 17 00:00:00 2001 From: mulahasanovic Date: Tue, 18 Nov 2025 14:41:36 +0100 Subject: [PATCH] fix(sasjs-tests): add VIYA defaults to config.json --- sasjs-tests/public/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sasjs-tests/public/config.json b/sasjs-tests/public/config.json index c9ff69a..dd0ef1f 100644 --- a/sasjs-tests/public/config.json +++ b/sasjs-tests/public/config.json @@ -2,11 +2,12 @@ "userName": "", "password": "", "sasJsConfig": { + "loginMechanism": "Redirected", "serverUrl": "", "appLoc": "/Public/app/adapter-tests/services", - "serverType": "SASJS", + "serverType": "SASVIYA", "debug": false, - "contextName": "sasjs adapter compute context", + "contextName": "SAS Job Execution compute context", "useComputeApi": true } }