Fix jwt-token

This commit is contained in:
2025-09-16 22:31:29 +02:00
parent f47d5a4e83
commit a98dd1661e

View File

@@ -127,7 +127,7 @@ describe('Device Routes', () => {
]); ]);
const response = await request(app) const response = await request(app)
.get('/devices') .get('/devices?include_stats=true')
.set('Authorization', `Bearer ${token}`); .set('Authorization', `Bearer ${token}`);
expect(response.status).to.equal(200); expect(response.status).to.equal(200);