meta { name: bruno type: http seq: 1 } get { url: https://www.usebruno.com/favicon.ico body: none auth: none } tests { test("should return parsed xml", function() { const headers = res.getHeaders(); expect(headers['content-type']).to.eql("image/x-icon"); }); }