westfieldlabs / apivore

Tests your rails API against its Swagger description of end-points, models, and query parameters.
Apache License 2.0
213 stars 66 forks source link

Fix testing the same path multiple times #53

Closed gingermusketeer closed 9 years ago

gingermusketeer commented 9 years ago

The json validator is mutating the fragment being passed in so we need to duplicate our fragment before validation

ashoda commented 9 years ago

LGTM

hornc commented 9 years ago

Interesting, I didn't realise it was doing that. Good find :+1:

danielocallaghan commented 9 years ago

@hornc twas' stumbled upon, cheers will retest