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
I realised this problem when I was running cornice with marshmallow validators, where my output was not in the expected order and I was suspecting it was a marshmallow problem, which eventually was not the case.
The text was updated successfully, but these errors were encountered:
With Cornice versions 3.6 and 3.7-dev, when returning an OrderedDict, the order of the parameters is not preserved in the returned request.
Ie. if we have the following code:
Then we're getting the following results:
I realised this problem when I was running cornice with marshmallow validators, where my output was not in the expected order and I was suspecting it was a marshmallow problem, which eventually was not the case.
The text was updated successfully, but these errors were encountered: