Skip to content

Commit

Permalink
fix: iConn unit test failure (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
abmusse committed Apr 30, 2020
2 parents 6e8c0e2 + 52f0330 commit 9e72857
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ class iConn {
// construct the url host:port/path
options.transportOptions.url = `http://${option.host}:${option.port || 80}${option.path || '/'}`;
}
options.transportOptions = { ...options.transportOptions, ...option };
}

this.connection = new Connection(options);
Expand Down

0 comments on commit 9e72857

Please sign in to comment.