test: set require_delegate to false for comparison test

This commit is contained in:
hailin 2025-12-06 06:09:20 -08:00
parent 3adc091140
commit 220e34b951
1 changed files with 1 additions and 1 deletions

View File

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