mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
server: Update imports.
find -name '*.go' | xargs sed -i --follow-symlinks 's|etcd/v3/|etcd/server/v3/|g'
This commit is contained in:
@@ -23,11 +23,11 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
jwtRSAPubKey = "../tests/fixtures/server.crt"
|
||||
jwtRSAPrivKey = "../tests/fixtures/server.key.insecure"
|
||||
jwtRSAPubKey = "../../tests/fixtures/server.crt"
|
||||
jwtRSAPrivKey = "../../tests/fixtures/server.key.insecure"
|
||||
|
||||
jwtECPubKey = "../tests/fixtures/server-ecdsa.crt"
|
||||
jwtECPrivKey = "../tests/fixtures/server-ecdsa.key.insecure"
|
||||
jwtECPubKey = "../../tests/fixtures/server-ecdsa.crt"
|
||||
jwtECPrivKey = "../../tests/fixtures/server-ecdsa.key.insecure"
|
||||
)
|
||||
|
||||
func TestJWTInfo(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user