it('should send the xml file without processing', function (done) {
        chai.request("http://localhost:9999")
            .get('/stubs/skipProcessing/xml')
            .then(res => {
                expect(res.status).toBe(200);