Commit f027d134 authored by Cristian Maglie's avatar Cristian Maglie

grpc client test now works again

parent 7373b097
...@@ -311,12 +311,12 @@ func main() { ...@@ -311,12 +311,12 @@ func main() {
} }
// PLATFORM UNINSTALL // PLATFORM UNINSTALL
fmt.Println("=== calling PlatformUninstall(arduino:samd@1.6.19)") fmt.Println("=== calling PlatformUninstall(arduino:samd)")
uninstallRespStream, err := client.PlatformUninstall(context.Background(), &rpc.PlatformUninstallReq{ uninstallRespStream, err := client.PlatformUninstall(context.Background(), &rpc.PlatformUninstallReq{
Instance: instance, Instance: instance,
PlatformPackage: "arduino", PlatformPackage: "arduino",
Architecture: "samd", Architecture: "samd",
Version: "1.6.19", //Version: "1.6.19",
}) })
if err != nil { if err != nil {
fmt.Printf("Uninstall error: %s\n", err) fmt.Printf("Uninstall error: %s\n", err)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment