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

fix(jobExecutor): appending resend requests before login call

This commit is contained in:
Saad Jutt
2021-09-20 12:52:49 +05:00
parent dc91679040
commit e5655033c1
3 changed files with 6 additions and 5 deletions

View File

@@ -78,8 +78,8 @@ export const basicTests = (
'common/sendArr',
stringData,
undefined,
() => {
adapter.logIn(userName, password)
async () => {
await adapter.logIn(userName, password)
}
)
},