feat(cw2): /api/v1/droneDetails impl
This commit is contained in:
parent
3c96f9d5af
commit
44d510ddd4
7 changed files with 141 additions and 14 deletions
23
ilp-cw-api/[GET] droneDetails/drone NaN details.bru
Normal file
23
ilp-cw-api/[GET] droneDetails/drone NaN details.bru
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
meta {
|
||||
name: drone NaN details
|
||||
type: http
|
||||
seq: 4
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{API_BASE}}/droneDetails/droneNaN
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
tests {
|
||||
test("Status code is 404", function() {
|
||||
expect(res.status).to.equal(404);
|
||||
});
|
||||
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue