meta { name: GET hotbar loadout missing player type: http seq: 2 } get { url: {{baseUrl}}/game/players/missing-player/hotbar-loadout body: none auth: none } tests { test("status 404", function () { expect(res.getStatus()).to.equal(404); }); }