prism
prism copied to clipboard
SPIKE: Get on upstream version of httpbin
Stoplight's httpbin fork is broken with latest version of Flask
Either...
- Stop using a fork of httpbin for testing.
- Update forked httpbin code to work with latest version of Flask (e.g., no more
JSONEncoder
).
https://github.com/stoplightio/httpbin/pull/2 was the original workaround.
What questions to answer:
- what changed in our fork that the upstream doesn't have?
- are any of those critical still?
- how much work would it take to build in any features we need to retain in the upstream repo?