1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-06-11 11:10:22 +00:00

test(sasjs): prepend services/ to paths

This commit is contained in:
mulahasanovic
2026-05-05 14:49:23 +02:00
parent a38548d8de
commit 31b3959e2c
5 changed files with 64 additions and 41 deletions
+5 -1
View File
@@ -22,7 +22,11 @@ export const fileUploadTests = (adapter: SASjs): TestSuite => ({
}
]
return adapter.uploadFile('common/sendMacVars', filesToUpload, null)
return adapter.uploadFile(
'services/common/sendMacVars',
filesToUpload,
null
)
},
assertion: (response: any) =>
(response.macvars as any[]).findIndex(