formatting

This commit is contained in:
2025-09-23 09:36:04 +02:00
parent 02e05930f1
commit df24fcf7e8

View File

@@ -25,7 +25,7 @@ describe('API-Endpoints: list', () => {
expect(response.status).toBe(401);
const json = await response.json();
const errorObj = { error: 'Unauthorized' }
const errorObj = { error: 'Unauthorized' };
expect(json).toEqual(errorObj);
});