mobileforming / WiremockClient

An HTTP client for Wiremock standalone instances
MIT License
38 stars 29 forks source link

Make WiremockClient calls synchronous #10

Closed watkyn closed 6 years ago

watkyn commented 6 years ago

By making all the calls to wiremock synchronous, it solved some issues where test verification would happen before wiremock would finish posting a mapping.

trothrock commented 6 years ago

Great improvement. I'll get the pod updated.