bruno/packages/bruno-tests/collection/preview/image/bruno.bru
Pragadesh-45 41040bc296
fix: update image URL and adjust tests for age variable in bruno.bru files (#3483)
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
2024-11-20 03:29:27 +05:30

20 lines
290 B
Plaintext

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");
});
}