mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 17:10:05 +00:00
test: fix
This commit is contained in:
@@ -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);
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user