neon-sprawl/bruno/neon-sprawl-server/hotbar-loadout/Get loadout missing player.bru

18 lines
265 B
Plaintext

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);
});
}