mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-15 20:01:28 +00:00
add: getName in collection
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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");
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user