ansible-community / molecule-plugins

Collection on molecule plugins
MIT License
101 stars 67 forks source link

Handle Docker errors correctly #196

Closed alicekaerast closed 7 months ago

alicekaerast commented 8 months ago

docker intercepts errors from requests and returns its own errors, so we actually need to expect a docker error here

alicekaerast commented 8 months ago

originally raised in https://github.com/ansible/molecule/issues/3815

the failing tests are unrelated to my change, I've raised separate PR #197 to fix those duplicate test names