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

fix: test regarding Request with extra attributes on JES approach fixed

This commit is contained in:
2021-06-15 11:29:21 +05:00
parent 51ac6b052b
commit 630f2e9c37

View File

@@ -166,7 +166,7 @@ export const basicTests = (
},
assertion: (response: any) => {
const responseKeys: any = Object.keys(response)
return responseKeys.includes('file') && responseKeys.includes('output')
return responseKeys.includes('file') && responseKeys.includes('data')
}
}
]