Skip to content

Commit 9e72857

Browse files
authored
fix: iConn unit test failure (#274)
2 parents 6e8c0e2 + 52f0330 commit 9e72857

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)