ilpcw/ilp-rest-service/ilp-cw-api/[GET] dronesWithCooling/dronesWithCooling -- illegal.bru

24 lines
300 B
Text

meta {
name: dronesWithCooling -> illegal
type: http
seq: 1
}
get {
url: {{API_BASE}}/dronesWithCooling/illegal
body: none
auth: inherit
}
tests {
test("Status code is 400", function() {
expect(res.status).to.equal(400);
});
}
settings {
encodeUrl: true
timeout: 0
}