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
Fixes#358 MockGeneratorPlugin errors if the response headers have a duplicate (#372)
* Fixes#358 MockGeneratorPlugin errors if the response has a duplicate header
Resolved by only including distinct headers in the response list.
* Fixes#358 MockGeneratorPlugin errors if the response has a duplicate header
Headers are now List of Dictionaries
* Revert some styling changes
* Fixes#358 MockGeneratorPlugin errors if the response headers have a duplicate.
Remove code that is not specific to this fix.
* Fixes#358 MockGeneratorPlugin errors if the response headers have a duplicate.
Changes following code review.
* Fixes#358 MockGeneratorPlugin errors if the response headers have a duplicate.
Changes following code review and further testing
---------
Co-authored-by: Mark Oliver <[email protected]>
Co-authored-by: Waldek Mastykarz <[email protected]>
0 commit comments