The default value of `check` is true, so `client.WithClientCheck()` should set `check` to false instead of true. ```go cli, err := client.NewClient( client.WithClientCheck(), } ```