Skip to content

Commit

Permalink
FAB-1713 add event stream port to test fixture
Browse files Browse the repository at this point in the history
this is in anticipation of the event hub support being revived for
node.js sdk. the test fixtures need to be updated to use the event
stream on port 7053

Change-Id: I527373b822a640fad0ba518a5cbeb97a22b09106
Signed-off-by: Jim Zhang <jzhang@us.ibm.com>
  • Loading branch information
jimthematrix committed Jan 17, 2017
1 parent 570e4bf commit 6efdd72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ services:
- orderer
ports:
- 7051:7051
- 7053:7053
depends_on:
- orderer

Expand Down

0 comments on commit 6efdd72

Please sign in to comment.