mirror of
https://github.com/status-im/consul.git
synced 2025-02-18 08:36:46 +00:00
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) {
|
func TestRPCClientInstallKey(t *testing.T) {
|
||||||
key1 := "tbLJg26ZJyJ9pK3qhc9jig=="
|
key1 := "tbLJg26ZJyJ9pK3qhc9jig=="
|
||||||
key2 := "xAEZ3uVHRMZD9GcYMZaRQw=="
|
key2 := "xAEZ3uVHRMZD9GcYMZaRQw=="
|
||||||
conf := Config{EncryptKey: key1}
|
conf := Config{EncryptKey: key1, Server: true}
|
||||||
p1 := testRPCClientWithConfig(t, &conf)
|
p1 := testRPCClientWithConfig(t, &conf)
|
||||||
defer p1.Close()
|
defer p1.Close()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user