e2e: remove "authHeader"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-03-28 11:38:45 -07:00
parent 3f8213a7af
commit dd64080eac

View File

@ -222,9 +222,8 @@ func testV3CurlAuth(t *testing.T, pathPrefix string) {
testutil.AssertNil(t, err)
var (
authHeader string
cmdArgs []string
lineFunc = func(txt string) bool { return true }
cmdArgs []string
lineFunc = func(txt string) bool { return true }
)
cmdArgs = cURLPrefixArgs(epc, "POST", cURLReq{endpoint: path.Join(pathPrefix, "/auth/authenticate"), value: string(authreq)})