diff --git a/test/test_js_mix_payloads_sender.js b/test/test_js_mix_payloads_sender.js index 4db7fa0..201799f 100644 --- a/test/test_js_mix_payloads_sender.js +++ b/test/test_js_mix_payloads_sender.js @@ -49,7 +49,7 @@ async function runTest() { correlation_id: correlationId, msg_purpose: 'test', sender_name: 'js-mix-test', - is_publish: false + is_publish: true } ); @@ -174,7 +174,7 @@ async function runTest() { broker_url: TEST_BROKER_URL, fileserver_url: TEST_FILESERVER_URL, correlation_id: 'chat-' + correlationId, - is_publish: false + is_publish: true } );