e2e: remove duplicate error check

release-3.4
Sam Batschelet 2018-03-19 09:38:18 -04:00
parent c22afc2d71
commit e8d58430a6
1 changed files with 0 additions and 3 deletions

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),