You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I skimmed over the pytest-httpbin code and couldn't see anything obvious that would be responsible for the /json endpoint being any different than the others, so for all I know this could be a quirk in the httpbin package and not necessarily specific to pytest-httpbin. I figured it would be worth making an issue anyway, in case anyone else knows what's going on there.
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:
The text was updated successfully, but these errors were encountered: