Fix jwt-token

This commit is contained in:
2025-09-16 07:39:59 +02:00
parent 897529f474
commit 2982e3752a

View File

@@ -37,6 +37,7 @@ describe('Auth Routes', () => {
const response = await request(app) const response = await request(app)
.post('/auth/login') .post('/auth/login')
.set('x-tenant-id', 'test-tenant') // Set tenant via header for test
.send({ .send({
username: 'testuser', username: 'testuser',
password: 'password' password: 'password'