fix: update test username for signing parties API test

This commit is contained in:
hailin 2025-12-06 10:29:30 -08:00
parent 1044cfe635
commit 8dd1c50eb9
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ func main() {
} }
// Use the wallet created from keygen test // Use the wallet created from keygen test
username := "wallet-83a6d1d3" username := "wallet-f13135f7"
baseURL := "http://localhost:4000/api/v1/accounts/by-username/" + username + "/signing-config" baseURL := "http://localhost:4000/api/v1/accounts/by-username/" + username + "/signing-config"
fmt.Println("===========================================") fmt.Println("===========================================")