23 lines
275 B
Text
23 lines
275 B
Text
meta {
|
|
name: drone 11 details
|
|
type: http
|
|
seq: 3
|
|
}
|
|
|
|
get {
|
|
url: {{API_BASE}}/droneDetails/11
|
|
body: none
|
|
auth: inherit
|
|
}
|
|
|
|
tests {
|
|
test("Status code is 404", function() {
|
|
expect(res.status).to.equal(404);
|
|
});
|
|
|
|
}
|
|
|
|
settings {
|
|
encodeUrl: true
|
|
timeout: 0
|
|
}
|