ebusto / salt-api-go

Salt API library for Go.
MIT License
5 stars 2 forks source link

expected [ (json.Delim), received { (json.Delim), error <nil> --- PASS: TestClient/keys (0.09s) PASS #2

Open xwbops opened 1 week ago

xwbops commented 1 week ago

func (c Keys) All(ctx context.Context, fn ReturnFunc) error { return c.do(ctx, "GET", "keys", nil, func(r http.Response) error { return readReturn(r.Body, fn, FormatObject) }) }

expected [ (json.Delim), received { (json.Delim), error --- PASS: TestClient/keys (0.09s) PASS

ebusto commented 5 days ago

Which Salt version?