Browse Source

tests/e2e: fix "configJWT" path

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
89c58b6f7a
1 changed files with 1 additions and 1 deletions
  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",
 	}
 )