This commit is contained in:
2026-03-06 08:19:15 +07:00
parent 1b86a9252d
commit aa7cdbd36f
31 changed files with 89 additions and 89 deletions

View File

@@ -3,7 +3,7 @@
* Tests the smartreceive function with dictionary payloads
*/
const NATSBridge = require('../src/natbridge.js');
const NATSBridge = require('../src/natsbridge.js');
const TEST_BROKER_URL = process.env.NATS_URL || 'nats://localhost:4222';
const TEST_FILESERVER_URL = process.env.FILESERVER_URL || 'http://localhost:8080';