mirror of https://github.com/status-im/consul.git
Fix the testing endpoint's root set op
This commit is contained in:
parent
75f62e3117
commit
30c1973e8b
|
@ -27,7 +27,7 @@ func (s *Test) ConnectCASetRoots(
|
||||||
|
|
||||||
// Commit
|
// Commit
|
||||||
resp, err := s.srv.raftApply(structs.ConnectCARequestType, &structs.CARequest{
|
resp, err := s.srv.raftApply(structs.ConnectCARequestType, &structs.CARequest{
|
||||||
Op: structs.CAOpSet,
|
Op: structs.CAOpSetRoots,
|
||||||
Index: idx,
|
Index: idx,
|
||||||
Roots: args,
|
Roots: args,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue