Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not assert on a specific error message
Once an upstream library changes its behaviour, we may observe different error messages depending on the context. This change fixes the following error: > assert "[Name or service not known]" in ctx.value.task.error["description"] E AssertionError: assert '[Name or service not known]' in 'Cannot connect to host i-am-an-invalid-url.com:80 ssl:default [None]' [noissue]
- Loading branch information