Skip to content

Commit 52f0330

Browse files
committed
fix: iConn unit test failure
1 parent 8c7bd79 commit 52f0330

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Deprecated.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ class iConn {
571571
// construct the url host:port/path
572572
options.transportOptions.url = `http://${option.host}:${option.port || 80}${option.path || '/'}`;
573573
}
574+
options.transportOptions = { ...options.transportOptions, ...option };
574575
}
575576

576577
this.connection = new Connection(options);

0 commit comments

Comments
 (0)