Fix the testing endpoint's root set op

This commit is contained in:
Kyle Havlovitz 2018-04-08 21:59:59 -07:00 committed by Mitchell Hashimoto
parent 75f62e3117
commit 30c1973e8b
No known key found for this signature in database
GPG Key ID: 744E147AA52F5B0A
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})