patrickhodelsg
Results
2
comments of
patrickhodelsg
The way these params are modified should be considered a bug: https://github.com/getsentry/responses/blob/93d321222c79b9b931d770fbd94020bad0294297/responses/__init__.py#L1057-L1058 This means it is not possible to mock an api that returns a JSON list with one item.
@beliaev-maksim Thanks for your quick feedback. Upon further debugging and trying to create a minimal viable example I discovered that some other code in our environment does the same kind...