mirror of
https://github.com/strapi/strapi.git
synced 2025-12-27 15:13:21 +00:00
update test
This commit is contained in:
parent
d1c6d66125
commit
013e9b5cd3
@ -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) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user