fix: update test username for signing parties API test
This commit is contained in:
parent
1044cfe635
commit
8dd1c50eb9
|
|
@ -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("===========================================")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue