From ae71918ae2a17f4f5f531aa46489146bb059fb7d Mon Sep 17 00:00:00 2001 From: mulahasanovic Date: Tue, 18 Nov 2025 14:40:17 +0100 Subject: [PATCH] fix(sasjs-tests): update hardcoded compute job path --- sasjs-tests/src/testSuites/Compute.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sasjs-tests/src/testSuites/Compute.ts b/sasjs-tests/src/testSuites/Compute.ts index e2c8f17..81b4cec 100644 --- a/sasjs-tests/src/testSuites/Compute.ts +++ b/sasjs-tests/src/testSuites/Compute.ts @@ -49,7 +49,7 @@ export const computeTests = (adapter: SASjs, appLoc: string): TestSuite => ({ test: () => { const data: any = { table1: [{ col1: 'first col value' }] } return adapter.startComputeJob( - '/Public/app/adapter-tests/services/common/sendArr', + `${appLoc}/common/sendArr`, data, {}, undefined,