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