update test

This commit is contained in:
Bassel 2023-05-25 15:32:50 +03:00
parent d1c6d66125
commit 013e9b5cd3

View File

@ -26,7 +26,9 @@ describe('Remote Strapi Destination Utils', () => {
command: 'status',
};
createDispatcher(ws).dispatch(message);
createDispatcher(ws, { retryMessageMaxRetries: 5, retryMessageTimeout: 15000 }).dispatch(
message
);
expect.extend({
toContain(receivedString, expected) {