mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-03 05:14:04 +01:00
41040bc296
Co-authored-by: Anoop M D <anoop.md1421@gmail.com>
20 lines
290 B
Plaintext
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");
|
|
});
|
|
|
|
}
|