bruno/packages/bruno-tests/collection/preview/image/bruno.bru

20 lines
293 B
Plaintext
Raw Normal View History

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