瀏覽代碼

tests/e2e: fix "configJWT" path

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 年之前
父節點
當前提交
89c58b6f7a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/e2e/cluster_test.go

+ 1 - 1
tests/e2e/cluster_test.go

@@ -81,7 +81,7 @@ var (
 	configJWT = etcdProcessClusterConfig{
 		clusterSize:   1,
 		initialToken:  "new",
-		authTokenOpts: "jwt,pub-key=../integration/fixtures/server.crt,priv-key=../integration/fixtures/server.key.insecure,sign-method=RS256,ttl=1s",
+		authTokenOpts: "jwt,pub-key=../../integration/fixtures/server.crt,priv-key=../../integration/fixtures/server.key.insecure,sign-method=RS256,ttl=1s",
 	}
 )