1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +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 () => {
await adapter.logOut();
return await adapter.request("common/sendArr", stringData, null, () => {
return await adapter.request("common/sendArr", stringData, undefined, () => {
adapter.logIn(userName, password);
});
},