Optum / mockiato

A web-based platform for API virtualization
Apache License 2.0
24 stars 9 forks source link

Test update 2 #400

Closed johnlegeyt closed 5 years ago

johnlegeyt commented 5 years ago

A few more tests. Total code coverage ~70%

johnlegeyt commented 5 years ago

Closing while I investigate why these tests are failing on travis but not local

johnlegeyt commented 5 years ago

Found the issue- unarchive was giving the client a response before the service was actually unarchived, and the next request raced ahead of that process.