1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-10 17:04:36 +00:00

fix(sasjs-tests): update hardcoded compute job path

This commit is contained in:
mulahasanovic
2025-11-18 14:40:17 +01:00
parent 364a063a11
commit ae71918ae2

View File

@@ -49,7 +49,7 @@ export const computeTests = (adapter: SASjs, appLoc: string): TestSuite => ({
test: () => { test: () => {
const data: any = { table1: [{ col1: 'first col value' }] } const data: any = { table1: [{ col1: 'first col value' }] }
return adapter.startComputeJob( return adapter.startComputeJob(
'/Public/app/adapter-tests/services/common/sendArr', `${appLoc}/common/sendArr`,
data, data,
{}, {},
undefined, undefined,