Volodymyr Byno

Results 3 comments of Volodymyr Byno

@cricket007 , did you manage to make it work? Could you please share your `docker-compose.yml` file?

+1 I would leave parentheses only for cases where it doesn't work without them ( e.g. `expect(hash).to eq({})` )

@paxer , If I remember correctly, my approach works because of JSON headers I'm adding to the request. As I see, in your last solution you also add `['Content-Type']` to...