diff --git a/common/configtx/test/helper.go b/common/configtx/test/helper.go index dd7bb3eb9a7..a3fef5d8c47 100644 --- a/common/configtx/test/helper.go +++ b/common/configtx/test/helper.go @@ -60,7 +60,7 @@ func MakeGenesisBlockFromMSPs(chainID string, appMSPConf, ordererMSPConf *msppro } channelGroup.Groups[channelconfig.OrdererGroupKey].Groups[ordererOrgID] = ordererOrg - channelGroup.Groups[channelconfig.ApplicationGroupKey].Groups[ordererOrgID] = applicationOrg + channelGroup.Groups[channelconfig.ApplicationGroupKey].Groups[appOrgID] = applicationOrg return genesis.NewFactoryImpl(channelGroup).Block(chainID) }