WeAreFarmGeek / diplomat

A HTTP Ruby API for Consul
BSD 3-Clause "New" or "Revised" License
370 stars 116 forks source link

Fix parsing of aborted transactions with missing Results field #133

Closed maxvt closed 7 years ago

maxvt commented 7 years ago

In my testing of transaction support, an aborted transaction does not necessarily contain a Results field, causing decode_transaction to crash. Fix and add a test.