const bodyToAssertAgainst = {}; globals.request.post = jest.fn().mockImplementation((obj, cb) => { cb(null, bodyToAssertAgainst); });