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 }