diff --git a/server/tests/routes/device.test.js b/server/tests/routes/device.test.js index 5cb0971..1145e7f 100644 --- a/server/tests/routes/device.test.js +++ b/server/tests/routes/device.test.js @@ -127,7 +127,7 @@ describe('Device Routes', () => { ]); const response = await request(app) - .get('/devices') + .get('/devices?include_stats=true') .set('Authorization', `Bearer ${token}`); expect(response.status).to.equal(200);