Problem in understanding response structure
I think my response for this route complete all requirements.
I don’t know what is lacking for this test to not pass.
The problem was in micro-seconds.
When I was creating a new reply I set reply creation time created_on.
And later I assigned new time to thread bumped_on key on Thread model.
There was a slight difference in time.
I assigned a variable for time and give both the reply created_on and thread bumped_on same time.