From f0b088f6f8f1021abd42716f323cff903c43fd29 Mon Sep 17 00:00:00 2001 From: narawat Date: Fri, 6 Mar 2026 19:55:42 +0700 Subject: [PATCH] update --- test/test_js_mix_payloads_sender.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 } );