Testable config changes

Hi Guys,

We're using ElasticSearch in production, with a view to managing it with
Babushka1. Our issue is that Babushka hinges on the notion of testable
state, which causes issues for us, as if we push config to a database with
a PUT query, a GET to the same URI doesn't yield the same configuration.

Is there a way to get that behaviour, or a clear specification of the
transform so that we can perform it inside our deps?

Cheers

Richo

--