forked from hyperledger-cacti/cacti
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(test-tooling): fix WS identity server port publish configuration
1. The hostconfig portion of the container start configuration was not being set up correctly which made it so that the exposed ports were not published on randomized ports like they were supposed to. 2. This caused the `fabric-v2-2-x/run-transaction-with-ws-ids.test.ts` test to fail because it couldn't map the container port to a host machine port. 3. Setting up the ws-test-server.ts class so that it does map the ports to the host machine solved the issue. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
- Loading branch information
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters