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
|
||||
resp, err := s.srv.raftApply(structs.ConnectCARequestType, &structs.CARequest{
|
||||
Op: structs.CAOpSet,
|
||||
Op: structs.CAOpSetRoots,
|
||||
Index: idx,
|
||||
Roots: args,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue