feat: dispositivos e ajustes de csat e relatórios
This commit is contained in:
parent
25d2a9b062
commit
e0ef66555d
86 changed files with 5811 additions and 992 deletions
|
|
@ -36,7 +36,7 @@ describe("POST /api/machines/heartbeat", () => {
|
|||
expect(response.status).toBe(200)
|
||||
const body = await response.json()
|
||||
expect(body).toEqual({ ok: true })
|
||||
expect(mutationMock).toHaveBeenCalledWith(api.machines.heartbeat, payload)
|
||||
expect(mutationMock).toHaveBeenCalledWith(api.devices.heartbeat, payload)
|
||||
})
|
||||
|
||||
it("rejects an invalid payload", async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue