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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user