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 }