File tree Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Expand file tree Collapse file tree 1 file changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ exports[`extend config should extend custom config 1`] = `
4
4
"Validation errors count: 0
5
5
Validation warnings count: 0
6
6
===========================================================
7
- Could not check for updates. Url: 'https://api.github.com/repos/hyperledger-labs/fablo/releases' not available
8
7
{
9
8
" global" : {
10
9
" fabricVersion" : " 2.4.3" ,
@@ -2472,7 +2471,6 @@ exports[`extend config should extend default config 1`] = `
2472
2471
"Validation errors count: 0
2473
2472
Validation warnings count: 0
2474
2473
===========================================================
2475
- Could not check for updates. Url: 'https://api.github.com/repos/hyperledger-labs/fablo/releases' not available
2476
2474
{
2477
2475
" global" : {
2478
2476
" fabricVersion" : " 2.5.12" ,
@@ -3096,7 +3094,16 @@ exports[`init should init simple fablo config with node chaincode 1`] = `
3096
3094
]
3097
3095
}
3098
3096
],
3099
- " chaincodes" : [],
3097
+ " chaincodes" : [
3098
+ {
3099
+ " name" : " chaincode1" ,
3100
+ " version" : " 0.0.1" ,
3101
+ " lang" : " node" ,
3102
+ " channel" : " my-channel1" ,
3103
+ " directory" : " ./chaincodes/chaincode-kv-node" ,
3104
+ " privateData" : []
3105
+ }
3106
+ ],
3100
3107
" hooks" : {}
3101
3108
} "
3102
3109
` ;
You can’t perform that action at this time.
0 commit comments