Skip to content

Commit

Permalink
Generate local Fabric with correct port configuration - template chan…
Browse files Browse the repository at this point in the history
…ges (contributes to IBM-Blockchain#776)

Signed-off-by: Simon Stone <sstone1@uk.ibm.com>
  • Loading branch information
Simon Stone committed Apr 24, 2019
1 parent de471d2 commit e926ec2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/templates/jsTestSmartContractTemplate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('<%=chaincodeLabel%>' , () => {
beforeEach(async () => {
const discoveryAsLocalhost = hasLocalhostURLs(connectionProfile);
const discoveryEnabled = !discoveryAsLocalhost;
const discoveryEnabled = true;
const options = {
wallet: wallet,
Expand Down
2 changes: 1 addition & 1 deletion client/templates/tsTestSmartContractTemplate.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ describe('<%=chaincodeLabel%>' , () => {
beforeEach(async () => {
const discoveryAsLocalhost: boolean = hasLocalhostURLs(connectionProfile);
const discoveryEnabled: boolean = !discoveryAsLocalhost;
const discoveryEnabled: boolean = true;
const options: fabricNetwork.GatewayOptions = {
discovery: {
Expand Down

0 comments on commit e926ec2

Please sign in to comment.