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