This commit is contained in:
2026-03-06 19:55:42 +07:00
parent 1d177f5438
commit f0b088f6f8

View File

@@ -49,7 +49,7 @@ async function runTest() {
correlation_id: correlationId, correlation_id: correlationId,
msg_purpose: 'test', msg_purpose: 'test',
sender_name: 'js-mix-test', sender_name: 'js-mix-test',
is_publish: false is_publish: true
} }
); );
@@ -174,7 +174,7 @@ async function runTest() {
broker_url: TEST_BROKER_URL, broker_url: TEST_BROKER_URL,
fileserver_url: TEST_FILESERVER_URL, fileserver_url: TEST_FILESERVER_URL,
correlation_id: 'chat-' + correlationId, correlation_id: 'chat-' + correlationId,
is_publish: false is_publish: true
} }
); );