bruno/packages/bruno-tests/collection/preview/image/bruno.bru
2024-11-15 19:26:30 +05:30

20 lines
293 B
Plaintext

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