-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
It looks like /json currently returns a 404 with pytest-httpbin, while it returns a 200 with httpbin.org. All other response formats return a 200 with both pytest-httpbin and httpbin.org.
Minimal example:
import requests
def test_json(httpbin):
assert requests.get('https://httpbin.org/json').status_code == 200
assert requests.get(f'{httpbin.url}/json').status_code == 200- pytest-httpbin version: 1.0.0
- python version: 3.8.5
Metadata
Metadata
Assignees
Labels
No labels