test: set require_delegate to false for comparison test
This commit is contained in:
parent
3adc091140
commit
220e34b951
|
|
@ -60,7 +60,7 @@ func main() {
|
|||
"threshold_n": 3,
|
||||
"threshold_t": 2,
|
||||
"username": "admin",
|
||||
"require_delegate": true,
|
||||
"require_delegate": false,
|
||||
}
|
||||
|
||||
jsonData, err := json.Marshal(sessionData)
|
||||
|
|
|
|||
Loading…
Reference in New Issue