mirror of https://github.com/status-im/consul.git
agent: fix install key test
This commit is contained in:
parent
7e0af5153f
commit
c11f6b5152
|
@ -301,7 +301,7 @@ func TestRPCClientListKeys(t *testing.T) {
|
|||
func TestRPCClientInstallKey(t *testing.T) {
|
||||
key1 := "tbLJg26ZJyJ9pK3qhc9jig=="
|
||||
key2 := "xAEZ3uVHRMZD9GcYMZaRQw=="
|
||||
conf := Config{EncryptKey: key1}
|
||||
conf := Config{EncryptKey: key1, Server: true}
|
||||
p1 := testRPCClientWithConfig(t, &conf)
|
||||
defer p1.Close()
|
||||
|
||||
|
|
Loading…
Reference in New Issue