In real world usage the below works but in tests when I call
And I try to parse it
{res, json} = JSON.decode(conn.req_body)
I get the exception that I need to fetch req_body. But I already am
conn.fetch([:params, :body, :headers])
If I add :req_body it blows up every non-post test.