Explorar o código

e2e: remove "authHeader"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee %!s(int64=8) %!d(string=hai) anos
pai
achega
dd64080eac
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  1. 2 3
      e2e/v3_curl_test.go

+ 2 - 3
e2e/v3_curl_test.go

@@ -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)})