Veli Akiner
Results
3
issues of
Veli Akiner
## Description of the bug When making HTTP requests via Hoverfly, it will ignore the scheme. I have a Python test which makes a request to "http://google.com" using the `requests`...
Fixes #214 --- This change is [](https://reviewable.io/reviews/pytest-dev/pytest-bdd/248)
When doing so, the behaviour can be one of two: 1. Polls forever 2. Polls for zero seconds (exits immediately) I believe it should be the latter, as the former...