mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
18 lines
228 B
Plaintext
18 lines
228 B
Plaintext
meta {
|
|
name: getName
|
|
type: http
|
|
seq: 11
|
|
}
|
|
|
|
get {
|
|
url: {{host}}/ping
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
tests {
|
|
test("Check if request name is getName", function () {
|
|
expect(req.getName()).to.eql("getName");
|
|
});
|
|
}
|