blazzy / podman-rest-client

MIT License
6 stars 1 forks source link

Actually fetch and parse the error body responses #11

Closed blazzy closed 4 months ago

blazzy commented 4 months ago

The errors with just Body::Incoming were completely unhelpful. Actually parsing the error bodies is incredibly helpful.

Also disabling two tests that fail in CI. One because there is a bug in the podman spec. And another because the podman version in the ubuntu runner is too old for us.