Merge pull request #9461 from hexfusion/fx_ct

e2e: remove duplicate error check
This commit is contained in:
Gyuho Lee
2018-03-19 07:30:38 -07:00
committed by GitHub

View File

@@ -322,9 +322,6 @@ func testV3CurlProclaimMissiongLeaderKey(cx ctlCtx) {
if err != nil {
cx.t.Fatal(err)
}
if err != nil {
cx.t.Fatal(err)
}
if err = cURLPost(cx.epc, cURLReq{
endpoint: path.Join(cx.apiPrefix, "/election/proclaim"),
value: string(pdata),