Skip to content

Commit

Permalink
FAB-4277 fix CI failure in peer/channel/create_test
Browse files Browse the repository at this point in the history
Change-Id: I2b6ea8f7198c6b696c8d177fd6c0454542f37b44
Signed-off-by: Christopher Ferris <chrisfer@us.ibm.com>
  • Loading branch information
christo4ferris committed May 31, 2017
1 parent 201bb8a commit fba0821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/channel/create_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@ func TestCreateChainNilCF(t *testing.T) {
cmd.SetArgs(args)
err = cmd.Execute()
assert.Error(t, err)
assert.Contains(t, err.Error(), "RPC failed fast due to transport failure")
assert.Contains(t, err.Error(), "error: code = Unavailable desc = grpc: the connection is unavailable")

// Error case: invalid ordering service endpoint
args = []string{"-c", mockchannel, "-f", file, "-o", "localhost"}
Expand Down

0 comments on commit fba0821

Please sign in to comment.