mirror of
https://github.com/usebruno/bruno.git
synced 2024-12-12 01:30:42 +01:00
20 lines
296 B
Plaintext
20 lines
296 B
Plaintext
meta {
|
|
name: bruno
|
|
type: http
|
|
seq: 1
|
|
}
|
|
|
|
get {
|
|
url: https://www.usebruno.com/images/landing-2.png
|
|
body: none
|
|
auth: none
|
|
}
|
|
|
|
tests {
|
|
test("should return parsed xml", function() {
|
|
const headers = res.getHeaders();
|
|
expect(headers['content-type']).to.eql("image/png");
|
|
});
|
|
|
|
}
|