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

test: fix

This commit is contained in:
2021-05-28 15:22:57 +02:00
parent 460575b462
commit 728167fd71

View File

@@ -60,7 +60,7 @@ export const basicTests = (
test: async () => { test: async () => {
await adapter.logOut(); await adapter.logOut();
return await adapter.request("common/sendArr", stringData, null, () => { return await adapter.request("common/sendArr", stringData, undefined, () => {
adapter.logIn(userName, password); adapter.logIn(userName, password);
}); });
}, },